I'd like create cron jobs with puppet based on the katello lifecycle
environment for the host. Is there any way to access this variable as a
facter fact?
Thanks.
I'd like create cron jobs with puppet based on the katello lifecycle
environment for the host. Is there any way to access this variable as a
facter fact?
Thanks.
I should clarify: I want to create a facter fact for lifecycle
environement…Any ideas how to do this? I"m not sure how to access
lifecycle environment from the command line on a content-host.
Not as a fact, but it's similarly exposed via the ENC parameters in your
manifests as $::kt_env, there's also $::kt_cv for the Content View, and
$::kt_org for the Organization.
Hope that helps.
–
Stephen Benjamin
Red Hat GmbH | http://de.redhat.com/ | Sitz: Grasbrunn
Handelsregister: Amtsgericht München, HRB 153243
Geschäftsführer: Charles Cachera, Michael Cunningham,
Michael O’Neill, Charles Peters
Perfect. This is what I needed. Thanks for the help.