diff options
Diffstat (limited to 'lib/puppet/defaults.rb')
-rw-r--r-- | lib/puppet/defaults.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index f21fbc26a..0eed2f884 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -395,6 +395,11 @@ module Puppet :group => "$group", :desc => "Where FileBucket files are stored." }, + :rest_authconfig => [ "$confdir/auth.conf", + "The configuration file that defines the rights to the different + rest indirections. This can be used as a fine-grained + authorization system for ``puppetmasterd``." + ], :ca => [true, "Wether the master should function as a certificate authority."], :modulepath => {:default => "$confdir/modules:/usr/share/puppet/modules", :desc => "The search path for modules as a colon-separated list of |