projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37d68bf
)
So, if you require a package in a files block you also need to declare it
author
Peter Palfrader
<peter@palfrader.org>
Tue, 7 Apr 2009 21:17:06 +0000
(23:17 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 7 Apr 2009 21:17:06 +0000
(23:17 +0200)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
2a7366d
..
487409f
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-1,4
+1,8
@@
class apache2 {
+ package {
+ apache2: ensure => installed;
+ }
+
file {
"/etc/apache2/conf.d/security":
source => [ "puppet:///apache2/per-host/$fqdn/etc/apache2/conf.d/security",