aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/buildsystem/manifests/signbot.pp6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/buildsystem/manifests/signbot.pp b/modules/buildsystem/manifests/signbot.pp
index 460e2c09..6c0e46c4 100644
--- a/modules/buildsystem/manifests/signbot.pp
+++ b/modules/buildsystem/manifests/signbot.pp
@@ -27,12 +27,6 @@ class buildsystem {
content => template("buildsystem/sudoers.signpackage")
}
- File {
- ensure => present,
- owner => root,
- group => root,
- }
-
file { "$sign_home_dir/.rpmmacros":
mode => 644,
content => template("buildsystem/signbot-rpmmacros")