projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b1461d
)
sigh, typo
author
Stephen Gran
<steve@lobefin.net>
Sun, 2 Feb 2014 09:47:10 +0000
(09:47 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 2 Feb 2014 09:47:10 +0000
(09:47 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
9b6d45b
..
4dc9fc9
100644
(file)
--- 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::udl
d
ap::client
} else {
include roles::pubsub::client
- class { 'roles::udlap::client':
+ class { 'roles::udl
d
ap::client':
ensure => absent
}
}