Skip to content

Commit

Permalink
Merge pull request #3 from Sixt/PENG-12146
Browse files Browse the repository at this point in the history
Set package to latest instead of installed
  • Loading branch information
mohanisch-sixt authored Sep 18, 2024
2 parents 71d3b1d + 37ddb94 commit ee69173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
}
}
package { "instana-agent-${$instana_agent::flavor}":
ensure => 'installed',
ensure => 'latest',
}
}

0 comments on commit ee69173

Please sign in to comment.