Displaying 3 results from an estimated 3 matches for "loadedfile".
Did you mean:
uploadedfile
2007 Mar 21
3
Slight 0.22.2 backward compatibility reporting problem
Hi all,
Turns out there''s a small backward compatibility problem in 0.22.2.
If you''ve got clients in older versions sending reports to a daemon
running the newer version, you''ll run into a problem because I
renamed the Puppet::Metric class to Puppet::Util::Metric.
I''ve committed a fix to svn, but it''s not a big enough problem to
require a new
2006 Dec 01
1
Packages build for Solaris ? As CSW packages ?
..../opt/csw/lib/ruby/site_ruby/1.8/puppet/feature
./opt/csw/lib/ruby/site_ruby/1.8/puppet/feature/usage.rb
./opt/csw/lib/ruby/site_ruby/1.8/puppet/feature.rb
./opt/csw/lib/ruby/site_ruby/1.8/puppet/filetype.rb
./opt/csw/lib/ruby/site_ruby/1.8/puppet/inifile.rb
./opt/csw/lib/ruby/site_ruby/1.8/puppet/loadedfile.rb
./opt/csw/lib/ruby/site_ruby/1.8/puppet/lock.rb
./opt/csw/lib/ruby/site_ruby/1.8/puppet/log.rb
./opt/csw/lib/ruby/site_ruby/1.8/puppet/metatype
./opt/csw/lib/ruby/site_ruby/1.8/puppet/metatype/attributes.rb
./opt/csw/lib/ruby/site_ruby/1.8/puppet/metatype/closure.rb
./opt/csw/lib/ruby/site_ruby/...
2011 Jul 06
7
Issue with puppet file serving api not parsing yaml content correctly
I am working on building a facter tag based node classifier similar to
https://github.com/jordansissel/puppet-examples/tree/master/nodeless-puppet/.
However, I have run into an issue where I cannot use puppet''s require
file ability to push the yaml file containing the facts file to the
client because it would require two runs of puppet to pickup changes.
Consequently, I have written into