diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-07 11:08:03 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-07 11:08:03 -0200 |
commit | a8384877bf0547e7c2d959a5b09a0fda6d8d92ab (patch) | |
tree | 35a237c612a5f2738ac3afd3de76dadc615f215f | |
parent | 1f7707d649d5bacf48fcf344b12ad5119e6e0f22 (diff) | |
download | puppet-drupal-a8384877bf0547e7c2d959a5b09a0fda6d8d92ab.tar.gz puppet-drupal-a8384877bf0547e7c2d959a5b09a0fda6d8d92ab.tar.bz2 |
Adding exclusion pattern to drupal script
-rw-r--r-- | templates/drupal.sh.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb index 66805e2..87253c2 100644 --- a/templates/drupal.sh.erb +++ b/templates/drupal.sh.erb @@ -60,7 +60,7 @@ function drupal_iterate { # Setup site folders cd $base/sites - drupals="`ls -I default -I all`" + drupals="`ls -I default -I all -I example.sites.php`" # Issue updates for drupal in $drupals; do |