We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c563199 commit 9259b00Copy full SHA for 9259b00
manifests/repos.pp
@@ -23,7 +23,14 @@
23
$package_repos = $docker::package_repos
24
25
if ($docker::use_upstream_package_source) {
26
+
27
+ # https://swarmfarm.atlassian.net/browse/CS-14235
28
+ # We are removing docker from being a self-managed source here,
29
+ # But this module is a bit poorly written for our purposes
30
+ # This is a hardcoding of removal of this element to clean up all machines with this in the fleet
31
+ $_swarmfarm_docker_remove_apt_source = 'absent'
32
apt::source { 'docker':
33
+ ensure => $_swarmfarm_docker_remove_apt_source,
34
location => $location,
35
architecture => $architecture,
36
release => $release,
0 commit comments