Skip to content

Commit

Permalink
Merge pull request #57 from covermymeds/fix_typo
Browse files Browse the repository at this point in the history
typo fixes
  • Loading branch information
deanmax authored Aug 15, 2018
2 parents a04f75d + 856e0cb commit 09228bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class sentry::config (
$admin_email = $sentry::admin_email,
$admin_password = $sentry::admin_password,
$custom_config = $sentry::custom_conifg,
$custom_config = $sentry::custom_config,
$custom_settings = $sentry::custom_settings,
$db_host = $sentry::db_host,
$db_name = $sentry::db_name,
Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
$admin_password = $sentry::params::admin_password,
Boolean $apache_enabled = true,
Boolean $bootstrap = $sentry::params::bootstrap,
$custom_config = $sentry::params::custom_conifg,
$custom_config = $sentry::params::custom_config,
$custom_settings = $sentry::params::custom_settings,
$db_host = $sentry::params::db_host,
$db_name = $sentry::params::db_name,
Expand Down

0 comments on commit 09228bc

Please sign in to comment.