Hi Everyone,
Is it possible to use File directive only if some software is installed,
otherwise do nothing?
For example:
file { "/tmp/puppet-nginx-init.sh":
ensure => "present",
owner => "root",
group => "root",
mode => 0755,
source =>
"puppet://$puppetserver/modules/nginx/puppet-nginx-init.sh",
# only if nginx is installed
}
Thank you!
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.