Skip to content

Commit

Permalink
Ensure the yumrepo is absent
Browse files Browse the repository at this point in the history
Rather than disabling it, we should actually remove it. This is cleaner.
  • Loading branch information
ekohl committed Jun 25, 2018
1 parent bbfa489 commit 38f1b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/repo/yum.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
else {
yumrepo { 'mongodb':
enabled => absent,
ensure => absent,
}
}
}

0 comments on commit 38f1b00

Please sign in to comment.