diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-07-14 10:51:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-07-14 10:51:52 -0300 |
commit | a149b3de43741b98265d3a14139da08b58fd9092 (patch) | |
tree | 39e24e6089313e5fa596658b335393483ebbc726 | |
parent | b25bb2f15359e34b0a491b814631067d2c399713 (diff) | |
download | puppet-websites-a149b3de43741b98265d3a14139da08b58fd9092.tar.gz puppet-websites-a149b3de43741b98265d3a14139da08b58fd9092.tar.bz2 |
Remove trailing
-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': |