Displaying 1 result from an estimated 1 matches for "nginx_is_installed".
2013 Jun 20
6
File directive
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