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:
4785a20
)
Apt keys everywhere
author
Peter Palfrader
<peter@palfrader.org>
Sun, 26 Apr 2009 17:16:22 +0000
(19:16 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 26 Apr 2009 17:16:22 +0000
(19:16 +0200)
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
667aff0
..
f3e19ad
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-19,6
+19,7
@@
node default {
include debian-org
include monit
include samhain
+ include apt-keys
$nodeinfo = nodeinfo($fqdn, "/etc/puppet/modules/debian-org/misc/local.yaml")
@@
-62,11
+63,6
@@
node default {
{ include geodns }
default: {}
}
-
- case $hostname {
- bartok: { include apt-keys }
- default: {}
- }
}
node penalosa inherits default {