Skip to content

Commit

Permalink
feat: use Stdlib::Fqdn type for package_keyserver
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdeop committed Mar 16, 2018
1 parent 7ef45a1 commit c0c5ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$minimum_version = $collectd::params::minimum_version,
$package_ensure = $collectd::params::package_ensure,
$package_install_options = $collectd::params::package_install_options,
String $package_keyserver = $collectd::params::package_keyserver,
Stdlib::Fqdn $package_keyserver = $collectd::params::package_keyserver,
$package_name = $collectd::params::package_name,
$package_provider = $collectd::params::package_provider,
$plugin_conf_dir = $collectd::params::plugin_conf_dir,
Expand Down

0 comments on commit c0c5ba9

Please sign in to comment.