You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2018. It is now read-only.
to install correctly I have to either stage it first before main or add it first with this
Apt::Ppa['ppa:formorer/icinga']-> Package <| title != 'software-properties-common' |>
include apt
apt::ppa { 'ppa:formorer/icinga':
package_manage => true,
}
Still wants to install the ido packages before the ppa if I add a require => Apt::ppa[] to the class{'icinga2'}
Did make the depedency graph but couldn't find where it made that ido package installed before evrything even when stated to install the ppa before the Icinga class.
This issue has been migrated from Redmine: https://dev.icinga.com/issues/11712
Created by plarivee on 2016-05-02 13:52:45 +00:00
Assignee: (none)
Status: New
Target Version: (none)
Last Update: 2016-05-02 23:59:53 +00:00 (in Redmine)
when having the class handle the repo and also using IDO with mysql, the ido packages always wants to be intalled before the repo.
Using
@ class { 'icinga2':
db_type => $db_type,
db_host => $db_host,
db_port => $db_port,
db_name => $ido_db_name,
db_user => $ido_db_user,
db_pass => $ido_db_password,
manage_database => $manage_database,
manage_repos => true,
}@
The text was updated successfully, but these errors were encountered: