diff --git a/modules/dhmap/manifests/init.pp b/modules/dhmap/manifests/init.pp index ef211de8..f7fc4d72 100644 --- a/modules/dhmap/manifests/init.pp +++ b/modules/dhmap/manifests/init.pp @@ -17,6 +17,11 @@ recurse => true, } + file { '/opt/dhmap/src/ipplan2dhmap.py': + mode => '0755', + require => File['/opt/dhmap'], + } + file { 'dhmap': ensure => link, path => '/var/www/html/dhmap',