Update lint
This commit is contained in:
parent
5b8f086e5b
commit
08b7eb4fd9
1 changed files with 1 additions and 1 deletions
|
@ -33,8 +33,8 @@ class config {
|
||||||
}
|
}
|
||||||
|
|
||||||
file { 'Install global gitignore':
|
file { 'Install global gitignore':
|
||||||
path => '/home/jake/.config/.gitignore',
|
|
||||||
ensure => file,
|
ensure => file,
|
||||||
|
path => '/home/jake/.config/.gitignore',
|
||||||
mode => '0644',
|
mode => '0644',
|
||||||
source => 'puppet:///modules/config/gitignore_global'
|
source => 'puppet:///modules/config/gitignore_global'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue