Edit the hobbit-plugins Debian package to remove the dependancy to

xymon-client version 4.3.17-2~ (**-2~**) and make a new deb file. See ar
and dpkg-deb commands.
This commit is contained in:
gardouille 2015-02-16 17:52:55 +01:00
parent 90388cf012
commit 2cd9b88c6c
3 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class xymon::params {
# Package
$plugin_download_url = undef
$plugin_pkg_name = 'hobbit-plugins'
$plugin_pkg_source = 'puppet:///modules/xymon/client/hobbit-plugins_20141201_all.deb'
$plugin_pkg_source = 'puppet:///modules/xymon/client/hobbit-plugins_20141201_all_gardouille.deb'
$plugin_pkg_ensure = 'present'
$plugin_pkg_provider = 'dpkg'