Skip to content

Commit

Permalink
fix #51 Add management of module fileshipper to director class
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Jan 5, 2022
1 parent 2a0feda commit 0874fca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/mysql/standalone.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
global_zones => [ 'global-templates', 'linux-commands', 'windows-commands' ],
web_api_pass => 'icingaweb2',
director_api_pass => 'director',
run_web => true,
}

class { '::icinga::ido':
Expand Down
1 change: 1 addition & 0 deletions examples/pgsql/standalone.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
global_zones => [ 'global-templates', 'linux-commands', 'windows-commands' ],
web_api_pass => 'icingaweb2',
director_api_pass => 'director',
run_web => true,
}

class { '::icinga::ido':
Expand Down
4 changes: 4 additions & 0 deletions manifests/web/director.pp
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@
db_charset => 'UTF8',
}

class { 'icingaweb2::module::fileshipper':
install_method => 'package',
}

service { 'icinga-director':
ensure => $service_ensure,
enable => $service_enable,
Expand Down

0 comments on commit 0874fca

Please sign in to comment.