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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.