Skip to content

Commit

Permalink
use stdlib types
Browse files Browse the repository at this point in the history
  • Loading branch information
anarcat committed Mar 18, 2019
1 parent 669ad23 commit 423d1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/daemon.pp
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
Hash[String, Scalar] $env_vars = {},
Optional[String] $env_file_path = $prometheus::env_file_path,
Boolean $export_scrape_job = false,
String $scrape_host = $facts['fqdn'],
Optional[Integer] $scrape_port = undef,
Stdlib::Fqdn $scrape_host = $facts['fqdn'],
Optional[Stdlib::Port] $scrape_port = undef,
) {

case $install_method {
Expand Down

0 comments on commit 423d1d7

Please sign in to comment.