summaryrefslogtreecommitdiffstats
path: root/documentation/faq.page
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-12-12 23:47:45 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-12-12 23:47:45 +0000
commit64d96e9891da508293508491370084d85d977ae7 (patch)
tree4f6620bb28f87ec0351d46a5d00b7b331e5e7420 /documentation/faq.page
parente96049fa3a84cfabc8a8a61c418b56eab5183a6d (diff)
downloadpuppet-64d96e9891da508293508491370084d85d977ae7.tar.gz
puppet-64d96e9891da508293508491370084d85d977ae7.tar.xz
puppet-64d96e9891da508293508491370084d85d977ae7.zip
adding a note about facter to the faq
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1914 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'documentation/faq.page')
-rw-r--r--documentation/faq.page6
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$*