Pass puppet-lint tests

This commit is contained in:
Andrew Tomaka 2013-06-24 01:04:50 -04:00
parent ca60a9dcf5
commit a157f9871d
4 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,4 @@
#
class git {
class { 'git::package': }
}

View file

@ -1,3 +1,4 @@
#
class git::package {
anchor { 'git::package::begin': }
anchor { 'git::package::end': }
@ -10,7 +11,7 @@ class git::package {
}
}
'RedHat': {
package { 'git':
package { 'git':
require => Anchor['git::package::begin'],
before => Anchor['git::package::end'],
}

View file

@ -1,3 +1,4 @@
#
class git::package::debian {
include apt
apt::ppa { 'ppa:git-core/ppa': }

View file

@ -1,3 +1,2 @@
class git::params {
}
#
class git::params {}