[PATCH] Have sign-vault1 use the sigul::server class to get its

Jesse Keating jkeating at redhat.com
Sat Jul 25 03:53:25 UTC 2009


---
 .../nodes/sign-vault1.fedora.phx.redhat.com.pp     |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/manifests/nodes/sign-vault1.fedora.phx.redhat.com.pp b/manifests/nodes/sign-vault1.fedora.phx.redhat.com.pp
index 4c57d01..912d050 100644
--- a/manifests/nodes/sign-vault1.fedora.phx.redhat.com.pp
+++ b/manifests/nodes/sign-vault1.fedora.phx.redhat.com.pp
@@ -4,7 +4,9 @@ node "sign-vault1" {
     include phx
     include fas::client
     #include global
-    include pkgsigner
+    # Include the builder infrastructure so that we get the same rpm versions
+    include yum::repo::builder-infrastructure
+    include sigul::server
 
     # Hack but it's easy to predict and easy to follow:
 #     exec { "disable-ssh":
@@ -17,5 +19,7 @@ node "sign-vault1" {
 #         command => '/etc/init.d/puppet stop; /sbin/chkconfig puppet off',
 #     }
 
+# Need iptables blocking everything here
+
   
 }
-- 
1.5.5.6




More information about the Fedora-infrastructure-list mailing list