Skip to content

Commit

Permalink
Nrpe::Syslogfacility -> Stdlib::Syslogfacility
Browse files Browse the repository at this point in the history
The syslogfacility type is present in stdlib, so we should use it.
Before merging this,
puppetlabs/puppetlabs-stdlib#1005 needs to be
released. We also need to update metadata.json
  • Loading branch information
bastelfreak committed Mar 9, 2019
1 parent 2a2c1eb commit d285603
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
Boolean $manage_package = true,
Boolean $purge = false,
Boolean $dont_blame_nrpe = $nrpe::params::dont_blame_nrpe,
Nrpe::Syslogfacility $log_facility = $nrpe::params::log_facility,
Stdlib::Syslogfacility $log_facility = $nrpe::params::log_facility,
Stdlib::Port::Unprivileged $server_port = $nrpe::params::server_port,
Optional[Stdlib::Absolutepath] $command_prefix = $nrpe::params::command_prefix,
Boolean $debug = $nrpe::params::debug,
Expand Down
25 changes: 0 additions & 25 deletions types/syslogfacility.pp

This file was deleted.

0 comments on commit d285603

Please sign in to comment.