diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-23 22:38:39 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-23 22:38:39 +0000 |
| commit | 18e8e74a2e3b4c5d092fc0aae38bbc5455d4db48 (patch) | |
| tree | a655a05e449fb0f3218d87555b33c7fb57968fdc /test/puppet/defaults.rb | |
| parent | 258114d48b4853cbaa79b53776d5279f727451ab (diff) | |
| download | puppet-18e8e74a2e3b4c5d092fc0aae38bbc5455d4db48.tar.gz puppet-18e8e74a2e3b4c5d092fc0aae38bbc5455d4db48.tar.xz puppet-18e8e74a2e3b4c5d092fc0aae38bbc5455d4db48.zip | |
Committing most of the scheduling stuff. There is still a bit of work to do in terms of how puppetd interacts with scheduling, but the bulk of the work is done.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@847 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/puppet/defaults.rb')
| -rwxr-xr-x | test/puppet/defaults.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/puppet/defaults.rb b/test/puppet/defaults.rb index 9c16578e7..2fbd4fe46 100755 --- a/test/puppet/defaults.rb +++ b/test/puppet/defaults.rb @@ -13,7 +13,7 @@ require 'test/unit' class TestPuppetDefaults < Test::Unit::TestCase include TestPuppet @@dirs = %w{rrddir puppetconf puppetvar logdir statedir} - @@files = %w{logfile checksumfile manifest masterlog} + @@files = %w{logfile statefile manifest masterlog} @@normals = %w{puppetport masterport server} @@booleans = %w{rrdgraph noop} |
