Displaying 1 result from an estimated 1 matches for "int_var".
Did you mean:
int_val
2007 Oct 29
2
Setting variables in modules - order important?
...39;'. 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
++ pwd
+
MODULEDIR=/users/unix/sa_dewha/SVNCheckOut/bootstrap/puppet...