second test node
This commit is contained in:
parent
b1ea2a6deb
commit
c1a8e7f00c
1 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,12 @@ user { 'ortiche':
|
||||||
ensure => 'present',
|
ensure => 'present',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
node 'snf-30710' {
|
||||||
|
class { 'postfix':
|
||||||
|
myorigin => 'dev_1.indivia.tk',
|
||||||
|
anon_sasl => 'yes',
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
node 'snf-29152' {
|
node 'snf-29152' {
|
||||||
class { 'postfix':
|
class { 'postfix':
|
||||||
|
@ -15,7 +21,6 @@ node 'snf-29152' {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#class { 'apt':
|
#class { 'apt':
|
||||||
# use_volatile => true,
|
# use_volatile => true,
|
||||||
#}
|
#}
|
||||||
|
|
Loading…
Reference in a new issue