Skip to content

Commit

Permalink
cleanup require after removing resource
Browse files Browse the repository at this point in the history
  • Loading branch information
nomennesc-io committed Jan 6, 2025
1 parent 67436a7 commit 8c4dfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
user => $puppet::server::git_repo_user,
group => $puppet::server::git_repo_group,
umask => $puppet::server::git_repo_umask,
require => File[$puppet::vardir, $primary_envs_dir],
require => File[$primary_envs_dir],
}

$git_branch_map = $puppet::server::git_branch_map
Expand Down

0 comments on commit 8c4dfe6

Please sign in to comment.