diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-02-28 16:58:48 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-02-28 16:58:48 +0000 |
| commit | 17c59f8d83145c728bca3636dfa7c42f66967169 (patch) | |
| tree | e02bb0645a9542697c0e5adb5a35a3a691d81c2f /bin | |
| parent | ebc4dd231e4970e9d3ccbbe57d0df9f38cf4c1aa (diff) | |
Adding "ignorecache" option to always force a recompile of the configuration
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2245 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/puppetd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/puppetd b/bin/puppetd index afb30b55b..e46f01d40 100755 --- a/bin/puppetd +++ b/bin/puppetd @@ -119,7 +119,7 @@ # # test:: # Enable the most common options used for testing. These are +onetime+, -# +verbose+, and +no-usecacheonfailure+. +# +verbose+, +ignorecache, and +no-usecacheonfailure+. # # verbose:: # Turn on verbose reporting. @@ -212,6 +212,7 @@ begin options[:enable] = true when "--test" # Enable all of the most common test options. + Puppet.config.handlearg("--ignorecache") Puppet.config.handlearg("--no-usecacheonfailure") options[:onetime] = true unless Puppet::Util::Log.level == :debug |
