From: Stephen Gran Date: Tue, 18 Sep 2012 17:29:07 +0000 (+0100) Subject: ordering hint X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=ceaa2be7ce712641f309218c19738f082579a7ee ordering hint Signed-off-by: Stephen Gran --- 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'] } }