Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoeboo committed Mar 21, 2016
1 parent 5afb646 commit 5d19dce
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 @@ -2,7 +2,7 @@
class whats (
String $version = $::whats::params::version,
String $provider = $::whats::params::provider,
String $config = $::whatts::params::config,
String $config = $::whats::params::config,
String $puppetdb_server = $::whats::params::puppetdb_server,
String $puppetdb_port = $::whats::params::puppetdb_port,
Array $search_domains = $::whats::params::search_domains,
Expand Down

0 comments on commit 5d19dce

Please sign in to comment.