Displaying 1 result from an estimated 1 matches for "andaway".
Did you mean:
andaba
2006 Dec 01
3
"All resource specifications require names": wot?
...stall => true
}
file { $conf:
source => $conf
}
service { $name:
running => true,
requires => [file[$conf], package[$name]]
}
file {
"/tmp/zoinks": ensure => file, mode => 755;
"/tmp/andaway": ensure => file, mode => 755
}
}
And here''s my site.pp file:
# site.pp
import "apache"
node cc62-3 {
apache {
conf => "/sysadmin/puppet/services/apache2/puppet-test/httpd.conf"
}
}
When I try to start up puppetmasterd, I get the fo...