Skip to content

Commit

Permalink
Merge pull request #65 from bovy89/feature/issues-43
Browse files Browse the repository at this point in the history
Contain the versionlock subclass to help with ordering around package resources
  • Loading branch information
rnelson0 authored Sep 1, 2017
2 parents e7ee195 + b6296f6 commit 4607a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/versionlock.pp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
define yum::versionlock (
Enum['present', 'absent', 'exclude'] $ensure = 'present',
) {
include ::yum::plugin::versionlock
contain ::yum::plugin::versionlock

unless $name.is_a(Yum::VersionlockString) {
fail('Package name must be formated as %{EPOCH}:%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}. See Yum::Versionlock documentation for details.')
Expand Down

0 comments on commit 4607a84

Please sign in to comment.