From cf1cb1474f13ae2fc4ec27142fd34d494826c929 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Fri, 27 Feb 2009 17:17:04 -0600 Subject: Moving the clientyamldir setting into the puppetd section Signed-off-by: Luke Kanies --- lib/puppet/defaults.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index ef170011f..06469431d 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -384,8 +384,6 @@ module Puppet # it to be in the server section (#1138). :yamldir => {:default => "$vardir/yaml", :owner => "$user", :group => "$user", :mode => "750", :desc => "The directory in which YAML data is stored, usually in a subdirectory."}, - :clientyamldir => {:default => "$vardir/client_yaml", :mode => "750", - :desc => "The directory in which client-side YAML data is stored."}, :reports => ["store", "The list of reports to generate. All reports are looked for in puppet/reports/.rb, and multiple report names should be @@ -425,6 +423,8 @@ module Puppet this file reflects the state discovered through interacting with clients." }, + :clientyamldir => {:default => "$vardir/client_yaml", :mode => "750", + :desc => "The directory in which client-side YAML data is stored."}, :classfile => { :default => "$statedir/classes.txt", :owner => "root", :mode => 0644, -- cgit