From 603eba44feb37f8c73b911248bbefbba704943fd Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 2 Feb 2014 09:47:10 +0000 Subject: [PATCH] sigh, typo Signed-off-by: Stephen Gran --- manifests/site.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } } -- 2.39.2