aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-10 18:41:28 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-10 18:41:28 -0200
commit1d61d06dc937e696452f0f8b8a6f9be7ed95a70e (patch)
tree1714254ac1d82986652373d9a3ade328895e767b
parentfc1731b4ac77de6d69c13bb4728bd8774393db10 (diff)
downloadpuppet-drupal-1d61d06dc937e696452f0f8b8a6f9be7ed95a70e.tar.gz
puppet-drupal-1d61d06dc937e696452f0f8b8a6f9be7ed95a70e.tar.bz2
Coding style
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index e4745b7..9d71ecf 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -5,12 +5,12 @@ class drupal(
) {
# We use drupal source from upstream
package { "drupal6":
- ensure => absent,
+ ensure => absent,
}
# Needed packages
package { [ "drush", "php5-gd", "php5-imagick" ]:
- ensure => installed,
+ ensure => installed,
}
# Drush config folder