Puppet style guide: use two-space soft tabs

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-02 12:49:29 +02:00
parent f3d2347432
commit 1b3c42ff8a
1 changed files with 4 additions and 2 deletions

View File

@ -36,8 +36,10 @@ define cpan(
file { '/root/.cpan/CPAN/MyConfig.pm':
content => template('cpan/MyConfig.pm.erb'),
require => [ Package['perl-CPAN'],
File[[ '/root/.cpan/', '/root/.cpan/CPAN/' ]] ]
require => [
Package['perl-CPAN'],
File[[ '/root/.cpan/', '/root/.cpan/CPAN/' ]]
]
}
exec { "cpan-${name}":