Phil.
You're correct, you can reference the path as a Puppet variable by defining
the variable at the head of your class:
$oracle_path = '/u01/app/oracle/product/11.2.0/xe/bin'
and referencing it like this in your exec resource:
path => "${oracle_path}"
Note utilisation of the double quotes
Hi Phil,
checkout the resource ordering docs;
https://docs.puppetlabs.com/learning/ordering.html
Stefan.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to pu