diff --git a/manifests/init.pp b/manifests/init.pp index 00a36fdcbb3a4515f29035432571633354ae973e..1dfb43ecb867104a9fac5c19cc8959bb81e2aa08 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -33,3 +33,8 @@ class vacceval { service => 'https', } } + +file { '/tmp/hello.txt': + ensure => file, + content => "hello world!", +}