Fix puppet-lint indentation for previous commit.

This commit is contained in:
Geoff Garside 2013-10-08 22:48:03 +01:00
parent 9847474b7c
commit 6c5e75b194
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ class pkgng (
}
file_line { "WITH_PKGNG":
path => '/etc/make.conf',
line => "WITH_PKGNG=yes\n",
path => '/etc/make.conf',
line => "WITH_PKGNG=yes\n",
require => File['/etc/make.conf'],
}