[Puppet Users] Re: Class variables in Dashboard

2011-07-21 Thread TheDirtyScreech
ation's needs. This is my only stumbling block at the moment. On Jul 19, 4:54 pm, TheDirtyScreech wrote: > So I have a module (svn) that has a fuction (svnserve) that when > invoked, looks something like this: > > svnserve { dist: >     source => "svn://foo/bar

[Puppet Users] Class variables in Dashboard

2011-07-19 Thread TheDirtyScreech
So I have a module (svn) that has a fuction (svnserve) that when invoked, looks something like this: svnserve { dist: source => "svn://foo/bar", path => "/tmp/svn-checkout", user => "user1", pass => "secretpw" } And when defined under a node that's included or inherited the "svn"