Skip to content

Commit 68a1e33

Browse files
authored
Merge pull request #239 from bastelfreak/fix
puppet-lint: autofix
2 parents 4b657b9 + ac8a2f8 commit 68a1e33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/client/service.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
$subscription = [
1818
Augeas[$nfs::idmapd_file],
1919
Augeas[$nfs::defaults_file],
20-
Augeas[$nfs::client_rpcbind_config]
20+
Augeas[$nfs::client_rpcbind_config],
2121
]
2222
} else {
2323
$subscription = [
2424
Augeas[$nfs::idmapd_file],
25-
Augeas[$nfs::defaults_file]
25+
Augeas[$nfs::defaults_file],
2626
]
2727
}
2828
}

0 commit comments

Comments
 (0)