Displaying 1 result from an estimated 1 matches for "client_package_fil".
Did you mean:
client_package_file
2010 Sep 16
2
Can the require value be a function?
Hello
I have this
fly::create_dir { "/usr/share/mysql-zrm/pkgs" : mode => 0755, owner => bin,
group => bin }
==> creates the directory and parents .. it just does a mkdir -p with couple
test
so I have
file { "$client_package_file" :
path =>
"/usr/share/mysql-zrm/pkgs/$client_package_file",
source =>
"puppet:///fly-zrm/pkgs/$client_package_file",
mode => 0444, owner => bin, group => bin,...