From 2c8025af45c5f4bc5047bec334bd71cbf3253647 Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Wed, 10 Jun 2015 14:11:31 +0200 Subject: [PATCH] Fix in rsyslog haproxy path Change-Id: I7daeeea100bba70b7e7ff3a09e7041011d19710a --- manifests/lb.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/lb.pp b/manifests/lb.pp index 38e2373..d8fb580 100644 --- a/manifests/lb.pp +++ b/manifests/lb.pp @@ -112,7 +112,7 @@ class cgit::lb ( owner => 'root', group => 'root', mode => '0644', - source => 'puppet:///modules/puppet-cgit/rsyslog.haproxy.conf', + source => 'puppet:///modules/cgit/rsyslog.haproxy.conf', notify => Service['rsyslog'], } }