search for: lsuryo

Displaying 3 results from an estimated 3 matches for "lsuryo".

Did you mean: suryo
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",
2010 Sep 23
2
Does a service call trigger a restart?
Simple question If a file changes and it notify a service, will the service be restarted? If not do I need to create a exec? (which I have right now) below is what I have in mind: it this correct? thanks! file { "named.conf" : path => "/var/named/etc/name.conf", mode => 0444, owner => named, group => named, notify => Service[
2010 Nov 02
0
tagged not working ?
Hello For some reason I do not seems to be able to get ''tag'' working... env : EC2 Ubuntu, puppet version 2.6.1 (client and puppetmaster) example of my nodes.pp file class puppet_tagged { if tagged("fly-puppet") { file { "/tmp/fly_puppet_server": ensure => "present", mode