diff options
-rw-r--r-- | manifests/hosting.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/hosting.pp b/manifests/hosting.pp index 73ec731..7546222 100644 --- a/manifests/hosting.pp +++ b/manifests/hosting.pp @@ -7,7 +7,7 @@ class websites::hosting inherits websites::setup { include apache::rails include rsync::rrsync - # Declare the needed classes for website hosting + # Declare the needed classes for website hosting class { [ 'drupal', 'ikiwiki', 'pmwiki', 'hotglue', 'wordpress' ]: } class { 'viewvc': |