Any guidance on this one? Anyone know how to set the variables in a module via dashboard? It's obviously quite easy when using config files, and if it were up to me alone, that's what we'd do. But in an enterprise environment, what you want isn't always best for the organization's needs. This is my only stumbling block at the moment.
On Jul 19, 4:54 pm, TheDirtyScreech <matthew.ebersvil...@gmail.com> 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", > path => "/tmp/svn-checkout", > user => "user1", > pass => "secretpw" > > } > > And when defined under a node that's included or inherited the "svn" > module, everything is peachy. But I'm a noob, and that's why I'm > posting. When I try to assign these parameters via the dashboard, I'm > S.O.L. > > I've applied the svn module (class in dashboard) to a node. Now I > want to specify what's in place of dist, source, path, user, and > pass. I've tried parameters with names like the following: > > source > svn::source > svn::svnserve::source > svnserve::source > svnserve.source > > and a whole slew of other stupid ideas trying to get it to work once. > Can someone help me with this one? I'm sure I'm doing something > stupid and a grand puppet virtuoso will point out the source of my > boondoggle with the brevity and completeness of a genius. Or else you > can't do that via dashboard. Either way, I'd like to know what I'm > messing up. > > -TDS- -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@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.