diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-07-14 10:51:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-07-14 10:51:28 -0300 |
commit | b25bb2f15359e34b0a491b814631067d2c399713 (patch) | |
tree | 4ca58108d4fcced30e7eec241aba49bf5f42b14b /manifests | |
parent | c758ba2395c318f14a01f72daae3730463ead0fa (diff) | |
download | puppet-websites-b25bb2f15359e34b0a491b814631067d2c399713.tar.gz puppet-websites-b25bb2f15359e34b0a491b814631067d2c399713.tar.bz2 |
Includes rsync::rrsync into websites::hosting
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/hosting.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/hosting.pp b/manifests/hosting.pp index 126229f..73ec731 100644 --- a/manifests/hosting.pp +++ b/manifests/hosting.pp @@ -5,6 +5,7 @@ class websites::hosting inherits websites::setup { include websvn include moin include apache::rails + include rsync::rrsync # Declare the needed classes for website hosting class { [ 'drupal', 'ikiwiki', 'pmwiki', 'hotglue', 'wordpress' ]: } |