We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623a107 commit 26c1255Copy full SHA for 26c1255
manifests/plugin/salt.pp
@@ -52,12 +52,7 @@
52
enabled => $enabled,
53
listen_on => $listen_on,
54
}
55
-
56
- file { "${foreman_proxy::etc}/salt/master.d":
57
- ensure => directory,
58
- mode => '0755',
59
- }
60
- file { "${foreman_proxy::etc}/salt/master.d/foreman.conf":
+ ~> file { "${foreman_proxy::etc}/salt/master.d/foreman.conf":
61
ensure => file,
62
content => template('foreman_proxy/plugin/salt_master.conf.erb'),
63
owner => 'root',
0 commit comments