Skip to content

Commit 24f4d65

Browse files
authored
correct syntax for chmodding (#428)
* Update init.pp * Update init.pp
1 parent 7375d49 commit 24f4d65

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/dhmap/manifests/init.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
file { '/opt/dhmap/src/ipplan2dhmap.py':
2222
mode => '0755',
23+
source => 'puppet:///repos/dhmap/src/ipplan2dhmap.py',
2324
require => File['/opt/dhmap'],
2425
}
2526

0 commit comments

Comments
 (0)