file {"foo":
path => $my_environment ? {
something => "/some/path",
another => "/another/path",
},
ensure => present,
}
|
Pastie
Support Pastie
or read my
Pastie << self
blog
file {"foo":
path => $my_environment ? {
something => "/some/path",
another => "/another/path",
},
ensure => present,
}
|