From a8c680d8f25efb0e7a012962fe7e4db602093568 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 10 Jan 2024 15:55:30 +0900 Subject: [PATCH] proxy: Fix typo in the dummy resource for pipeline validation Change-Id: I49987756f7c9f7246281c5df56dc47db0593d0b4 --- manifests/proxy.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/proxy.pp b/manifests/proxy.pp index 05cde4ee..71bff86d 100644 --- a/manifests/proxy.pp +++ b/manifests/proxy.pp @@ -314,12 +314,12 @@ class swift::proxy( service_tag => 'swift-proxy-service', } } else { - exec { 'vadate-proxy-pipeline': + exec { 'validate-proxy-pipeline': command => '/usr/bin/true', refreshonly => true, require => Class[$required_classes], before => Anchor['swift::config::end'], } - Swift_Proxy_config<||> ~> Exec['vadate-proxy-pipeline'] + Swift_Proxy_config<||> ~> Exec['validate-proxy-pipeline'] } }