Skip to content

Commit

Permalink
MODULES-10618 : update SUSE autorefresh parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedye committed Apr 4, 2020
1 parent 229c5fe commit 9161054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/puppet_agent_osfamily_suse_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
{
'name' => 'pc_repo',
'enabled' => '1',
'autorefresh' => '0',
'autorefresh' => '1',
'baseurl' => "https://master.example.vm:8140/packages/2000.0.0/sles-#{os_version}-x86_64?ssl_verify=no",
'type' => 'rpm-md',
}.each do |setting, value|
Expand Down

0 comments on commit 9161054

Please sign in to comment.