projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
344f8c0
)
ordering hint
author
Stephen Gran
<steve@lobefin.net>
Tue, 18 Sep 2012 17:29:07 +0000
(18:29 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Tue, 18 Sep 2012 17:29:07 +0000
(18:29 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/lldp/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/lldp/manifests/init.pp
b/modules/lldp/manifests/init.pp
index
a67283d
..
0dd6a26
100644
(file)
--- 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']
}
}