We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067c13d commit 89a9d41Copy full SHA for 89a9d41
1 file changed
modules/provision/manifests/init.pp
@@ -114,6 +114,7 @@
114
ensure => file,
115
path => '/srv/vmware-vcenter.iso',
116
source => 'puppet:///data/VMware-VCSA-all-latest.iso',
117
+ links => follow,
118
}
119
-> supervisor::register { 'provisiond':
120
command => '/usr/local/bin/provisiond',
0 commit comments