diff --git a/doc/puppet_classes/puppet_cd_3A_3Ar10k_3A_3Ainstall.html b/doc/puppet_classes/puppet_cd_3A_3Ar10k_3A_3Ainstall.html index cf36432..c1d9b77 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Ar10k_3A_3Ainstall.html +++ b/doc/puppet_classes/puppet_cd_3A_3Ar10k_3A_3Ainstall.html @@ -261,7 +261,7 @@ class puppet_cd::r10k::install ( ensure => file, owner => 'root', group => 'root', - mode => '0755', + mode => '0644', selrange => s0, selrole => object_r, seltype => puppet_etc_t, diff --git a/manifests/r10k/install.pp b/manifests/r10k/install.pp index 941aa70..74f9057 100644 --- a/manifests/r10k/install.pp +++ b/manifests/r10k/install.pp @@ -73,7 +73,7 @@ class puppet_cd::r10k::install ( ensure => file, owner => 'root', group => 'root', - mode => '0755', + mode => '0644', selrange => s0, selrole => object_r, seltype => puppet_etc_t,