proxy: Fix typo in the dummy resource for pipeline validation

Change-Id: I49987756f7c9f7246281c5df56dc47db0593d0b4
This commit is contained in:
Takashi Kajinami 2024-01-10 15:55:30 +09:00
parent 0e3f254347
commit a8c680d8f2
1 changed files with 2 additions and 2 deletions

View File

@ -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']
}
}