projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c79df6
)
Add lldpd support
author
Grant Slater
<git@firefishy.com>
Tue, 27 Dec 2016 18:03:46 +0000
(18:03 +0000)
committer
Grant Slater
<git@firefishy.com>
Tue, 27 Dec 2016 18:03:46 +0000
(18:03 +0000)
cookbooks/hardware/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/hardware/recipes/default.rb
b/cookbooks/hardware/recipes/default.rb
index cc46376f42de28d9430992757ad12f1810982462..9dd3c0a6a7e18f197dbb83b57f347be5f7f92e76 100644
(file)
--- a/
cookbooks/hardware/recipes/default.rb
+++ b/
cookbooks/hardware/recipes/default.rb
@@
-201,6
+201,13
@@
if node[:lsb][:release].to_f >= 12.10
end
end
+# Link Layer Discovery Protocol Daemon
+package "lldpd"
+service "lldpd" do
+ action [:start, :enable]
+ supports :status => true, :restart => true, :reload => true
+end
+
tools_packages = []
status_packages = {}