From: Stephen Gran Date: Sun, 2 Feb 2014 09:47:10 +0000 (+0000) Subject: sigh, typo X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=603eba44feb37f8c73b911248bbefbba704943fd sigh, typo Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index 9b6d45ba..4dc9fc99 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 } }