Displaying 2 results from an estimated 2 matches for "client_package_nam".
Did you mean:
client_package_name
2010 Sep 16
2
Can the require value be a function?
...source =>
"puppet:///fly-zrm/pkgs/$client_package_file",
mode => 0444, owner => bin, group => bin,
links => follow,
notify => Exec[
"install-$client_package_name" ],
require => fly::create_dir[
"/usr/share/mysql-zrm" ]
}
So i need to make sure create_dir is executed before the ''file'' being copied
over
but it fails with
err: Could not retrieve catalog from remote...
2012 Jun 15
3
Unsupported osfamily: Linux operatingsystem: Amazon
Hi all,
just installed the puppetlabs-mysql module for puppet on my Puppet server
which is an Amazon Linux (based on RedHat), but I get this error when I run
puppet agent --test :
*err: Could not retrieve catalog from remote server: Error 400 on SERVER:
Unsupported osfamily: Linux operatingsystem: Amazon, module mysql only
support osfamily RedHat and Debian at