diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-08-21 12:07:09 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-08-21 12:07:09 +1000 |
commit | c5fb092720afefbf904822a5604b5b3520b5c194 (patch) | |
tree | ec8635e5f65bec3db2884a5526a528d86c50e99c | |
parent | 1729de17a939aa56ba22fbe6851fa60946ac04ed (diff) | |
download | puppet-c5fb092720afefbf904822a5604b5b3520b5c194.tar.gz puppet-c5fb092720afefbf904822a5604b5b3520b5c194.tar.xz puppet-c5fb092720afefbf904822a5604b5b3520b5c194.zip |
Removed reference to namespaces from --genconfig documentation
-rw-r--r-- | lib/puppet/util/settings.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/puppet/util/settings.rb b/lib/puppet/util/settings.rb index f20dee401..a8eb09049 100644 --- a/lib/puppet/util/settings.rb +++ b/lib/puppet/util/settings.rb @@ -645,10 +645,6 @@ These parameters affect the required permissions of any files specified after their specification. Puppet will sometimes use these parameters to check its own configured state, so they can be used to make Puppet a bit more self-managing. -Note also that the section names are entirely for human-level organizational -purposes; they don't provide separate namespaces. All parameters are in a -single namespace. - Generated on #{Time.now}. }.gsub(/^/, "# ") |