aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/buildsystem/manifests/check_missing_deps.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/buildsystem/manifests/check_missing_deps.pp b/modules/buildsystem/manifests/check_missing_deps.pp
index 724441cc..9ddf2a27 100644
--- a/modules/buildsystem/manifests/check_missing_deps.pp
+++ b/modules/buildsystem/manifests/check_missing_deps.pp
@@ -1,9 +1,6 @@
class buildsystem {
class check_missing_deps {
file { "/usr/local/bin/missing-deps.sh":
- ensure => present,
- owner => root,
- group => root,
mode => 755,
source => "puppet:///modules/buildsystem/missing-deps.sh",
}