Skip to content

Commit 9259b00

Browse files
SwarmFarm - intentionally remove apt repo management via hardcoding
1 parent c563199 commit 9259b00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

manifests/repos.pp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@
2323
$package_repos = $docker::package_repos
2424

2525
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'
2632
apt::source { 'docker':
33+
ensure => $_swarmfarm_docker_remove_apt_source,
2734
location => $location,
2835
architecture => $architecture,
2936
release => $release,

0 commit comments

Comments
 (0)