diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-10 18:41:28 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-10 18:41:28 -0200 |
commit | 1d61d06dc937e696452f0f8b8a6f9be7ed95a70e (patch) | |
tree | 1714254ac1d82986652373d9a3ade328895e767b /manifests | |
parent | fc1731b4ac77de6d69c13bb4728bd8774393db10 (diff) | |
download | puppet-drupal-1d61d06dc937e696452f0f8b8a6f9be7ed95a70e.tar.gz puppet-drupal-1d61d06dc937e696452f0f8b8a6f9be7ed95a70e.tar.bz2 |
Coding style
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
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 |