Merge branch 'hosts'
This commit is contained in:
commit
9d0e89d404
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,12 @@ node 'snf-30710' {
|
||||||
}
|
}
|
||||||
|
|
||||||
node 'snf-29152' {
|
node 'snf-29152' {
|
||||||
|
host { 'tanacetum.ortiche.net':
|
||||||
|
ensure => 'present',
|
||||||
|
ip => '83.212.126.162',
|
||||||
|
host_aliases => ['tanacetum.indivia.tk', 'tanacetum'],
|
||||||
|
}
|
||||||
|
|
||||||
postfix::config {
|
postfix::config {
|
||||||
"relayhost": value => "[smtp.indivia.net]:25";
|
"relayhost": value => "[smtp.indivia.net]:25";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue