From 30c35c0ac4e32db82385e335154e9292c6d08178 Mon Sep 17 00:00:00 2001 From: Justin Sherrill Date: Tue, 11 Feb 2014 16:14:00 -0500 Subject: [PATCH] adding apache user to the foreman group so pulp can read the candlepin private key --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index 4db2c1bd..a49c4043 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -63,4 +63,6 @@ class{ 'elasticsearch': before => Exec['foreman-rake-db:seed'] } + + User<|title == apache|>{groups +> $user_groups} }