diff --git a/modules/dhmap/manifests/init.pp b/modules/dhmap/manifests/init.pp index f7fc4d72..b8063591 100644 --- a/modules/dhmap/manifests/init.pp +++ b/modules/dhmap/manifests/init.pp @@ -15,11 +15,12 @@ ensure => directory, source => 'puppet:///repos/dhmap', recurse => true, + ignore => ['.git'], } file { '/opt/dhmap/src/ipplan2dhmap.py': - mode => '0755', - require => File['/opt/dhmap'], + mode => '0755', + require => File['/opt/dhmap'], } file { 'dhmap':