Skip to content

Commit

Permalink
ensure the Bool has a value
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbarton committed Oct 9, 2018
1 parent ea43160 commit 0d06495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
String[1] $store_dir = 'My',
Stdlib::Windowspath $scripts_dir = 'C:\temp',
Boolean $exportable = true,
Optional[Boolean] $wildcard = false,
Optional[Boolean] $interstore = false
Boolean $wildcard = false,
Boolean $interstore = false
) {

if $exportable {
Expand Down

0 comments on commit 0d06495

Please sign in to comment.