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:
22ff227
)
Include nodeinfo first thing
author
Peter Palfrader
<peter@palfrader.org>
Tue, 22 Sep 2009 23:11:46 +0000
(
01:11
+0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 22 Sep 2009 23:11:46 +0000
(
01:11
+0200)
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
8331d50
..
af7c23d
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-14,6
+14,8
@@
Exec {
}
node default {
+ $nodeinfo = nodeinfo($fqdn, "/etc/puppet/modules/debian-org/misc/local.yaml")
+
include munin-node
include sudo
include ssh
@@
-21,8
+23,6
@@
node default {
include monit
include apt-keys
- $nodeinfo = nodeinfo($fqdn, "/etc/puppet/modules/debian-org/misc/local.yaml")
-
include motd
include samhain