search for: svncheckout

Displaying 2 results from an estimated 2 matches for "svncheckout".

2007 Oct 29
2
Setting variables in modules - order important?
...iable before I include my class for the assignment to ''take''. I though the ordering was immaterial. Am I doing something wrong (again) or is this a funny? ----------------------- This works: <0> sa_dewha@engpsr0000.intranetdev.barcapdev.com (0 jobs) /users/unix/sa_dewha/SVNCheckOut/bootstrap/puppet/modules/ztest/examples % cat setup.pp $int_var = "Set in setup.pp example" include ztest::setup <0> sa_dewha@engpsr0000.intranetdev.barcapdev.com (0 jobs) /users/unix/sa_dewha/SVNCheckOut/bootstrap/puppet/modules/ztest/examples % ./test.sh; cat /var/tmp/test ++...
2007 Aug 30
4
Command line vs config file override for configuration params
...configprint: # puppet --verbose --debug --color=false --libdir=`pwd`/testlib --configprint libdir /var/lib/puppet/plugins (this comes from puppet.conf in /etc/puppet) # sudo puppet --verbose --debug --color=false --libdir=`pwd`/testlib --config /dev/null --configprint libdir /users/unix/sa_dewha/SVNCheckOut/bootstrap/puppet/plugins/types/allowed/ testlib (this is as intended, off my cwd) The libdir setting is in the [main] section of puppet.conf. I could also move this out to [puppetmasterd], but I''d rather not, as often puppet will be invoked with a requirement for the custom things in /va...