diff --git a/manifests/site.pp b/manifests/site.pp index 9e3f3311a0..adc2035a20 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -837,6 +837,14 @@ node /^ze\d+\.open.*\.org$/ { ], } + # Socat is also required for pushing/pulling images + package { 'socat': + ensure => present, + require => [ + Class['apt::update'], + ], + } + # NOTE(pabelanger): We call ::zuul directly, so we can override all in one # settings. class { '::zuul':