Skip to content

Commit

Permalink
Use https URL (#142)
Browse files Browse the repository at this point in the history
* Use https URL

* Bump module version
  • Loading branch information
nr-dbuckwalter authored Dec 1, 2022
1 parent d4a1193 commit 2357086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/agent.pp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
}
-> exec { 'add_newrelic_repo':
creates => '/etc/zypp/repos.d/newrelic-infra.repo',
command => "/usr/bin/zypper addrepo --repo http://download.newrelic.com/infrastructure_agent/linux/zypp/sles/${::operatingsystemrelease}/x86_64/newrelic-infra.repo",
command => "/usr/bin/zypper addrepo --repo https://download.newrelic.com/infrastructure_agent/linux/zypp/sles/${::operatingsystemrelease}/x86_64/newrelic-infra.repo",
path => ['/usr/local/sbin', '/usr/local/bin', '/sbin', '/bin', '/usr/bin'],
}
# work around necessary because pacakge doesn't have Zypp provider in the puppet SLES version
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newrelic-newrelic_infra",
"version": "0.16.0",
"version": "0.16.1",
"author": "New Relic, Inc.",
"summary": "A Puppet module for installing New Relic Infrastructure Agent",
"license": "Apache-2.0",
Expand Down

0 comments on commit 2357086

Please sign in to comment.