Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed Apr 17, 2019
1 parent c2cc893 commit 6b7d00d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/filemodes.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class shadow::filemodes() inherits shadow {
class shadow::filemodes inherits shadow {

file { '/etc/group-':
ensure => 'present',
Expand Down
2 changes: 1 addition & 1 deletion manifests/logindefs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
case $::operatingsystemrelease
{
/^1[4-7].*$/:
/^1[468].*$/:
{
fail('not implemented')
}
Expand Down

0 comments on commit 6b7d00d

Please sign in to comment.