From ceaa2be7ce712641f309218c19738f082579a7ee Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 18 Sep 2012 18:29:07 +0100 Subject: [PATCH] ordering hint Signed-off-by: Stephen Gran --- modules/lldp/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lldp/manifests/init.pp b/modules/lldp/manifests/init.pp index a67283df..0dd6a26e 100644 --- a/modules/lldp/manifests/init.pp +++ b/modules/lldp/manifests/init.pp @@ -7,5 +7,6 @@ class lldp { ensure => running, hasstatus => false, pattern => '/usr/sbin/lldpd', + require => Package['lldpd'] } } -- 2.39.2