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:
ccea7ea
)
fixup debconf_wafer role
author
Julien Cristau
<jcristau@debian.org>
Tue, 30 Jan 2018 10:08:57 +0000
(11:08 +0100)
committer
Héctor Orón Martínez
<zumbi@debian.org>
Wed, 31 Jan 2018 17:12:30 +0000
(18:12 +0100)
modules/roles/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/init.pp
b/modules/roles/manifests/init.pp
index
8a91339
..
2482153
100644
(file)
--- a/
modules/roles/manifests/init.pp
+++ b/
modules/roles/manifests/init.pp
@@
-373,6
+373,6
@@
class roles {
}
if has_role('debconf_wafer') {
- include debconf_wafer
+ include
roles::
debconf_wafer
}
}