Skip to content

Commit 0824add

Browse files
author
Matthias Crauwels
committed
using the correct var might help
1 parent d8c233d commit 0824add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/repo.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Manage the packagecloud repo's
22
class orchestrator::repo inherits orchestrator {
3-
if $orchestrator::manage_repo {
3+
if $orchestrator::repo_manage {
44
include packagecloud
55

66
case $::operatingsystem {

0 commit comments

Comments
 (0)