fuel-library/deployment/puppet/osnailyfacter/manifests/test_compute.pp

6 lines
128 B
Puppet

class osnailyfacter::test_compute {
file { "/tmp/compute-file":
content => "Hello world! $role is installed",
}
}