Skip to content

Commit b299041

Browse files
committed
Removed :: so we still support puppet 3
1 parent c70f751 commit b299041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/repo.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
}
2929

30-
contain ::mongodb::repo::yum
30+
contain mongodb::repo::yum
3131
}
3232

3333
'Debian': {
@@ -65,7 +65,7 @@
6565
$key_server = 'hkp://keyserver.ubuntu.com:80'
6666
}
6767

68-
contain ::mongodb::repo::apt
68+
contain mongodb::repo::apt
6969
}
7070

7171
default: {

0 commit comments

Comments
 (0)