fuel-library/deployment/puppet/osnailyfacter/manifests/test_compute.pp
2013-07-22 19:18:41 +04:00

6 lines
128 B
Puppet

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