From c1a8e7f00c65f30f3fb1c994a2d8000b69671d8c Mon Sep 17 00:00:00 2001 From: jigen Date: Mon, 5 Jan 2015 23:15:44 +0100 Subject: [PATCH] second test node --- manifests/site.pp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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, #}