Skip to content

Commit

Permalink
Merge pull request #12 from tampakrap/remove_ensure_check
Browse files Browse the repository at this point in the history
Remove the ensure value validation
  • Loading branch information
dgolja committed Jul 4, 2015
2 parents dcf649d + df5b587 commit 32e0a6f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,5 @@
$package_name = $gnupg::params::package_name,
) inherits gnupg::params {

if !($package_ensure in ['present', 'absent']) {
fail('ensure must be either present or absent')
}

class {'::gnupg::install': }
}

0 comments on commit 32e0a6f

Please sign in to comment.