Merge branch 'hosts'

This commit is contained in:
jigen 2015-01-06 13:14:04 +01:00
commit 9d0e89d404

View file

@ -30,6 +30,12 @@ node 'snf-30710' {
}
node 'snf-29152' {
host { 'tanacetum.ortiche.net':
ensure => 'present',
ip => '83.212.126.162',
host_aliases => ['tanacetum.indivia.tk', 'tanacetum'],
}
postfix::config {
"relayhost": value => "[smtp.indivia.net]:25";
}