X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=4dc9fc99c161bea83db65e0dcea125c7db77799b;hb=603eba44feb37f8c73b911248bbefbba704943fd;hp=9b6d45ba715e2bbc2a9defb0ebeeabf2eeed79a8;hpb=6b1461d0ec2d6470003a69e33517e6d231253d81;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 9b6d45ba7..4dc9fc99c 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -40,10 +40,10 @@ node default { include lvm include multipath if $::lsbdistcodename == squeeze { - include roles::udlap::client + include roles::udldap::client } else { include roles::pubsub::client - class { 'roles::udlap::client': + class { 'roles::udldap::client': ensure => absent } }