file {"foo":
path => $my_environment ? {
something => "/some/path",
another => "/another/path",
},
ensure => present,
}
|
file {"foo":
path => $my_environment ? {
something => "/some/path",
another => "/another/path",
},
ensure => present,
}
|