diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-07-20 19:01:58 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-07-20 19:01:58 +0000 |
commit | 19e411b76b46d331fe82b66f0b1710195e1476e7 (patch) | |
tree | d96e97e4cf78a5964635457fd714f956f26ef35b | |
parent | 09e0792b9a3c6d237963cf11f38fee7af4fd1dd6 (diff) | |
download | puppet-19e411b76b46d331fe82b66f0b1710195e1476e7.tar.gz puppet-19e411b76b46d331fe82b66f0b1710195e1476e7.tar.xz puppet-19e411b76b46d331fe82b66f0b1710195e1476e7.zip |
removing message about the statefile not existing
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1408 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | lib/puppet/storage.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/storage.rb b/lib/puppet/storage.rb index 2fe781f03..9ed63c381 100644 --- a/lib/puppet/storage.rb +++ b/lib/puppet/storage.rb @@ -42,7 +42,6 @@ module Puppet end unless File.exists?(Puppet[:statefile]) - Puppet.info "Statefile %s does not exist" % Puppet[:statefile] unless defined? @@state and ! @@state.nil? self.init end |