Skip to content

Commit

Permalink
Get header and robots for stagingym from correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Aug 28, 2023
1 parent 852eb5f commit c015e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/modules/web/manifests/vhost/stagingyum.pp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
owner => 'root',
group => 'root',
mode => '0644',
content => file("web/yum/${filename}"),
content => file("web/stagingyum/${filename}"),
}
}
}

0 comments on commit c015e8d

Please sign in to comment.