Re: [Puppet Users] puppet-dasboard reporting working but deleting node classes

2010-03-08 Thread Karl Bowden
l get deleted at the same time when a node reports in. - Karl On 9 March 2010 17:38, Dan Bode wrote: > > > On Mon, Mar 8, 2010 at 10:34 PM, Karl Bowden wrote: > >> Hi guys, >> >> Just want to check if this is the intended behaviour of puppet-dashboard >> befo

[Puppet Users] puppet-dasboard reporting working but deleting node classes

2010-03-08 Thread Karl Bowden
Hi guys, Just want to check if this is the intended behaviour of puppet-dashboard before submitting a bug report. Running Ubuntu 9.10, puppet 0.25.4 on passenger, puppet-dashboard latest from github using WEBrick. puppet-dashboard is running as an external node provider and puppetmasterd has rep

[Puppet Users] Re: puppet + augeas /etc/exports/dir[*] lookup possible?

2009-04-10 Thread Karl Bowden
On Fri, Apr 10, 2009 at 9:51 AM, David Lutterkort wrote: > > On Thu, 2009-04-09 at 10:44 +1000, Karl Bowden wrote: >> I've only been learning enough ruby for two days just to test the >> augeas bindings, so mind the quality. > > Kudos to you :) > >> Attached

[Puppet Users] Re: puppet + augeas /etc/exports/dir[*] lookup possible?

2009-04-08 Thread Karl Bowden
On Thu, Apr 9, 2009 at 9:58 AM, David Lutterkort wrote: > > On Thu, 2009-04-09 at 08:25 +1000, Karl Bowden wrote: >> After a little testing, the problem is occuring directly in >> libruby-augeas. I get the same save file errors when trying to save a >> file after making

[Puppet Users] Re: puppet + augeas /etc/exports/dir[*] lookup possible?

2009-04-08 Thread Karl Bowden
After a little testing, the problem is occuring directly in libruby-augeas. I get the same save file errors when trying to save a file after making changes and using quotes inside quotes. But the issue does not happen in augtool, but that may just be the way i'm using augtool. I am sure it has so

[Puppet Users] Re: puppet + augeas /etc/exports/dir[*] lookup possible?

2009-04-07 Thread Karl Bowden
; ['rw','sync','no_subtree_check']; '/svr/backups': client => '*.example.com', options => ['rw','sync','no_subtree_check','no_root_squash']; '/svr/backups'

[Puppet Users] Re: puppet + augeas /etc/exports/dir[*] lookup possible?

2009-04-07 Thread Karl Bowden
n code false I have checked the changes string I am using in augtool again and it saves ok, but the libruby-augeas bindings provide only true and false as options for augeas_save() and no extra information as to what is going wrong. - Karl On Tue, Apr 7, 2009 at 10:41 PM, Karl Bowden wrote: &g

[Puppet Users] Re: puppet + augeas /etc/exports/dir[*] lookup possible?

2009-04-07 Thread Karl Bowden
rently using: puppet-0.24.7 augeas-0.5.0 libruby-augeas-0.2.0 - Karl On Tue, Apr 7, 2009 at 10:24 PM, Bryan Kearney wrote: > > Just checking if these came out of order. Is this working or not for you? > > -- bk > > Karl Bowden wrote: >> On Tue, Apr 7, 2009 at 11:46 AM, Karl

[Puppet Users] Re: puppet + augeas /etc/exports/dir[*] lookup possible?

2009-04-06 Thread Karl Bowden
On Tue, Apr 7, 2009 at 11:46 AM, Karl Bowden wrote: > On Mon, Apr 6, 2009 at 11:59 PM, Bryan Kearney wrote: >> >> agentk wrote: >>> I'm not sure if I'm kicking tyres again, but first off: I like the >>> possibilities with puppet + augeas. >>

[Puppet Users] Re: puppet + augeas /etc/exports/dir[*] lookup possible?

2009-04-06 Thread Karl Bowden
On Mon, Apr 6, 2009 at 11:59 PM, Bryan Kearney wrote: > > agentk wrote: >> I'm not sure if I'm kicking tyres again, but first off: I like the >> possibilities with puppet + augeas. >> >> Trying to make a working example with /etc/exports but not sure of how >> to proceed. I want to be able to def