]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Trying to fix a syntax error (3)
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 29 Nov 2011 23:58:16 +0000 (21:58 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 29 Nov 2011 23:58:16 +0000 (21:58 -0200)
manifests/subsystems/websites.pp

index 16a93d17d6b6d09487d6d1c01ffacb3c5daf536d..21b924f16b68d75da2c83b349dd121198d8f32a8 100644 (file)
@@ -145,15 +145,15 @@ class websites::hosting inherits websites::setup {
   Database::Instance <| tag == $hostname or tag == 'all' or tag == '' |>
   Ikiwiki::Instance  <| tag == $hostname or tag == 'all' or tag == '' |>
 
-  Apache::Site <| (tag != $hostname and tag != 'all' and tag != '' |> {
+  Apache::Site <| tag != $hostname and tag != 'all' and tag != '' |> {
     ensure => absent,
   }
 
-  Database::Instance <| (tag != $hostname and tag != 'all' and tag != '' |> {
+  Database::Instance <| tag != $hostname and tag != 'all' and tag != '' |> {
     ensure => absent,
   }
 
-  Ikiwiki::Instance <| (tag != $hostname and tag != 'all' and tag != '' |> {
+  Ikiwiki::Instance <| tag != $hostname and tag != 'all' and tag != '' |> {
     ensure => absent,
   }