diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 227af4d..68d7918 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -24,7 +24,10 @@ class apache { - package { "apache": ensure => installed, } + package { "apache": + name => "apache2", + ensure => installed, + } # TODO: enable mod_macro package { "mod_macro": |