We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7375d49 commit 24f4d65Copy full SHA for 24f4d65
1 file changed
modules/dhmap/manifests/init.pp
@@ -20,6 +20,7 @@
20
21
file { '/opt/dhmap/src/ipplan2dhmap.py':
22
mode => '0755',
23
+ source => 'puppet:///repos/dhmap/src/ipplan2dhmap.py',
24
require => File['/opt/dhmap'],
25
}
26
0 commit comments