diff --git a/manifests/site.pp b/manifests/site.pp index f659f11..7751e01 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -7,6 +7,12 @@ user { 'ortiche': ensure => 'present', } +node 'snf-30710' { + class { 'postfix': + myorigin => 'dev_1.indivia.tk', + anon_sasl => 'yes', + } +} node 'snf-29152' { class { 'postfix': @@ -15,7 +21,6 @@ node 'snf-29152' { } } - #class { 'apt': # use_volatile => true, #}