Report abuse


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