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 {
class { 'git::package': } class { 'git::package': }
} }

View file

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

View file

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

View file

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