diff options
Diffstat (limited to 'documentation/faq.page')
-rw-r--r-- | documentation/faq.page | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/faq.page b/documentation/faq.page index 5028de5b0..f8455bcb1 100644 --- a/documentation/faq.page +++ b/documentation/faq.page @@ -249,4 +249,10 @@ chgrping /etc/puppet/ssl to the puppet group, but ``puppetd`` might chgrp it back. Having ``puppetmasterd`` start as the root group should fix the problem permanently until you can upgrade. +How do all of these variables, like ``operatingsystem``, get set? +----------------------------------------------------------------- +The variables are all set by [Facter](/projects/facter). You can get +a full listing of the available variables and their values by running +``facter`` by itself in a shell. + *$Id$* |