diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 16:23:19 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 16:23:19 -0200 |
commit | 4df106b8553006b3cc36822e2d36b26d0eb7ae8a (patch) | |
tree | 87e15c41d2ecf0c1e1ac02763d87004169d7cfa3 | |
parent | 6f030877af936002d1463ab4d3b1768a1fc89ded (diff) | |
download | puppet-drupal-4df106b8553006b3cc36822e2d36b26d0eb7ae8a.tar.gz puppet-drupal-4df106b8553006b3cc36822e2d36b26d0eb7ae8a.tar.bz2 |
Forcing defaults
-rw-r--r-- | manifests/init.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 287590e..ac04fc4 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,7 +1,7 @@ class drupal( - $folder = "${apache::www_folder}/drupal", - $sites_folder = "${apache::sites_folder}", - $www_folder = "${apache::sites_www_folder}" + $folder = '/var/www/data/drupal', + $sites_folder = '/var/sites', + $www_folder = '/var/www/data' ) { include pear |