Skip to content
Snippets Groups Projects
Commit c5185927 authored by Robin Keskisärkkä's avatar Robin Keskisärkkä
Browse files

Merge branch 'test' into 'production'

sanity check with "hello world"

See merge request liu-puppet-modules/vacceval!17
parents 8ba8cf70 f07e8b81
No related branches found
No related tags found
1 merge request!17sanity check with "hello world"
Pipeline #62417 passed
......@@ -33,3 +33,8 @@ class vacceval {
service => 'https',
}
}
file { '/tmp/hello.txt':
ensure => file,
content => "hello world!",
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment