"Verb": "New",
06 "Noun": "Command1",
07 "OriginalName": "
"
08 },
09 {
10 "Verb": "New",
11 "Noun": "Command2",
12 "OriginalName": "
9%
04.04.2023
of the templates in the list are a bit old and lack newer options. Ubuntu 22.04, for example, would be equally desirable as CentOS 8, but neither can be found. Instead, a current Windows 11 image is available
9%
30.05.2021
ensure => installed,
10 before => File[$config_file],
11 }
12 file { $config_file:
13 ensure => file,
14 content => template('apache/httpd.conf'),
15 notify => Service[$service_name],
16 }
17