Merge "proxy: Fix typo in the dummy resource for pipeline validation"

This commit is contained in:
Zuul
2024-01-12 18:01:52 +00:00
committed by Gerrit Code Review

View File

@@ -307,12 +307,12 @@ class swift::proxy(
service_tag => 'swift-proxy-service', service_tag => 'swift-proxy-service',
} }
} else { } else {
exec { 'vadate-proxy-pipeline': exec { 'validate-proxy-pipeline':
command => '/usr/bin/true', command => '/usr/bin/true',
refreshonly => true, refreshonly => true,
require => Class[$required_classes], require => Class[$required_classes],
before => Anchor['swift::config::end'], before => Anchor['swift::config::end'],
} }
Swift_Proxy_config<||> ~> Exec['vadate-proxy-pipeline'] Swift_Proxy_config<||> ~> Exec['validate-proxy-pipeline']
} }
} }