summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-07-14 10:51:28 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-07-14 10:51:28 -0300
commitb25bb2f15359e34b0a491b814631067d2c399713 (patch)
tree4ca58108d4fcced30e7eec241aba49bf5f42b14b
parentc758ba2395c318f14a01f72daae3730463ead0fa (diff)
downloadpuppet-websites-b25bb2f15359e34b0a491b814631067d2c399713.tar.gz
puppet-websites-b25bb2f15359e34b0a491b814631067d2c399713.tar.bz2
Includes rsync::rrsync into websites::hosting
-rw-r--r--manifests/hosting.pp1
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' ]: }