projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
And retire old bacula_client_port param in node
[mirror/dsa-puppet.git]
/
modules
/
hosts
/
manifests
/
init.pp
1
# = Class: hosts
2
#
3
# This class fixes up broken /etc/hosts files
4
#
5
# == Sample Usage:
6
#
7
# include hosts
8
#
9
class hosts {
10
file { '/etc/hosts':
11
content => template('hosts/etc-hosts.erb')
12
}
13
}