declaring first node
This commit is contained in:
parent
25a970c302
commit
b1ea2a6deb
1 changed files with 9 additions and 0 deletions
|
@ -2,11 +2,20 @@ Exec { path => [ "/bin/", "/sbin/" , "/usr/bin/", "/usr/sbin/" ,
|
|||
"/usr/local/bin/", "/usr/local/sbin/" ]
|
||||
}
|
||||
|
||||
|
||||
user { 'ortiche':
|
||||
ensure => 'present',
|
||||
}
|
||||
|
||||
|
||||
node 'snf-29152' {
|
||||
class { 'postfix':
|
||||
myorigin => 'dev_2.indivia.tk',
|
||||
anon_sasl => 'yes',
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#class { 'apt':
|
||||
# use_volatile => true,
|
||||
#}
|
||||
|
|
Loading…
Reference in a new issue