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

Merge branch 'test' into 'production'

Testmove include and 'hello world' into class definition

See merge request !19
parents c5185927 d95f7f90
No related branches found
No related tags found
1 merge request!19Testmove include and 'hello world' into class definition
Pipeline #62427 passed
include certdist
# @summary A short summary of the purpose of this class
#
......@@ -7,6 +7,8 @@ include certdist
# @example
# include vacceval
class vacceval {
include certdist
firewalld_service { 'Allow SSH in the liu zone':
ensure => present,
zone => 'liu',
......@@ -32,9 +34,9 @@ class vacceval {
zone => 'public',
service => 'https',
}
file { '/tmp/hello.txt':
ensure => file,
content => "hello world!",
}
}
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