Skip to content

Commit 229c5fe

Browse files
committed
update SUSE autorefresh parameter
During a recent update to PE 2018.1.9 we encountered an issue with SUSE systems not being able to download the updated agent, because the repository would not refresh itself. This changes sets the autorefresh parameter to true to match other SUSE repos.
1 parent 4d0be4c commit 229c5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/osfamily/suse.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
$repo_settings = {
9898
'name' => $repo_name,
9999
'enabled' => '1',
100-
'autorefresh' => '0',
100+
'autorefresh' => '1',
101101
'baseurl' => "${source}?ssl_verify=no",
102102
'type' => 'rpm-md',
103103
}

0 commit comments

Comments
 (0)