Skip to content

Commit

Permalink
ensure installed only for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nate st. germain committed Oct 16, 2019
1 parent ede1c2a commit 46135d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manifests/package.pp
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@
case $facts['os']['family'] {
'Windows': {
package { $::threatstack::ts_package:
ensure => $::threatstack::package_version,
ensure => installed,
source => $::threatstack::windows_download_url,
upgradeable => true,
install_options => $::threatstack::windows_install_options
}
}
Expand Down

0 comments on commit 46135d9

Please sign in to comment.