From c015e8d552137bfa34da1986d03b2ff74e6fc82b Mon Sep 17 00:00:00 2001 From: "Eric D. Helms" Date: Mon, 28 Aug 2023 13:34:59 -0400 Subject: [PATCH] Get header and robots for stagingym from correct location --- puppet/modules/web/manifests/vhost/stagingyum.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/modules/web/manifests/vhost/stagingyum.pp b/puppet/modules/web/manifests/vhost/stagingyum.pp index a805e1659..14f1e926b 100644 --- a/puppet/modules/web/manifests/vhost/stagingyum.pp +++ b/puppet/modules/web/manifests/vhost/stagingyum.pp @@ -50,7 +50,7 @@ owner => 'root', group => 'root', mode => '0644', - content => file("web/yum/${filename}"), + content => file("web/stagingyum/${filename}"), } } }