declaring first node

This commit is contained in:
jigen 2015-01-05 23:06:33 +01:00
parent 25a970c302
commit b1ea2a6deb

View file

@ -2,11 +2,20 @@ Exec { path => [ "/bin/", "/sbin/" , "/usr/bin/", "/usr/sbin/" ,
"/usr/local/bin/", "/usr/local/sbin/" ] "/usr/local/bin/", "/usr/local/sbin/" ]
} }
user { 'ortiche': user { 'ortiche':
ensure => 'present', ensure => 'present',
} }
node 'snf-29152' {
class { 'postfix':
myorigin => 'dev_2.indivia.tk',
anon_sasl => 'yes',
}
}
#class { 'apt': #class { 'apt':
# use_volatile => true, # use_volatile => true,
#} #}