Skip to content

Commit

Permalink
fix missing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
nate st. germain committed Oct 16, 2019
1 parent 441485f commit 8c5b3f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/package.pp
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@
install_options => $::threatstack::windows_install_options
}
}
default:
default: {
package { $::threatstack::ts_package:
ensure => $::threatstack::package_version,
require => $required
}
}
}
}

0 comments on commit 8c5b3f6

Please sign in to comment.