how can i pass value for the environment from puppet apply so that it can be used in hiera lookup (hiera config file)?
currently its not working and hiera throwing error saying, it couldn't find any key.
command i tried,
puppet apply -e ' notify { "test": } " ' --environment production
↧