X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=a5c0ced31f68847e157ffcabfe87d7cdc15fa375;hb=a1eebccd7b8c17a51d6bac903fda4ecb229f437e;hp=93749bfc1505f51c532bbe3966914e279cc9e2a0;hpb=991b6ec9c0c8ece2935c922b9c5c315ccde6deb8;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 93749bfc1..a5c0ced31 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -38,6 +38,7 @@ node default { include bacula::client include autofs include lvm + include grub include multipath if $::lsbdistcodename == squeeze { include roles::udldap::client @@ -90,7 +91,7 @@ node default { } if $::apache2 { - if !$::hostname in [oyens] { + if !($::hostname in [oyens]) { include apache2 } } @@ -137,3 +138,4 @@ node default { } } } +