Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
icinga2x: Add a workaround fix for Director & Zend bug #655
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Friedrich committed Mar 10, 2016
1 parent c684bb5 commit 7816036
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions icinga2x/manifests/default.pp
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,11 @@
builtin => false
}
->
exec { 'fix-binary-blog-bug-zend-655':
path => '/bin:/usr/bin:/sbin:/usr/sbin',
command => 'sed -i \'s/$value = addcslashes/\/\/$value = addcslashes/\' /usr/share/php/Zend/Db/Adapter/Pdo/Abstract.php'
}
->
# ship box specific director module config
file {'/etc/icingaweb2/modules/director':
ensure => directory,
Expand Down

0 comments on commit 7816036

Please sign in to comment.