Hi all,

To expand on this, I tried it from the irb:

t...@puppet-test.db:~/augeas/lenses$ sudo irb
irb(main):001:0> require 'augeas'
=> true
irb(main):002:0> Augeas::open do |aug|
irb(main):003:1* aug.set("/files/etc/cron-apt/config/
MAILON","upgrade")
irb(main):004:1> unless aug.save
irb(main):005:2>         raise IOError, "Failed to save changes"
irb(main):006:2>       end
irb(main):007:1>     end
=> nil
irb(main):008:0>

But the puppet recipe still goes wrong. Any ideas?

--
Kind regards,
Tim

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to