Skip to content

Commit

Permalink
csh is no longer in the stock /etc/shells
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfield committed Aug 9, 2017
1 parent 3903c29 commit aee9829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/file_line_absent.pp
@@ -1,6 +1,6 @@
file_line { 'remove csh from valid shells':
file_line { 'remove dash from valid shells':
ensure => absent,
path => '/etc/shells',
match => '^/bin/csh',
match => '^/bin/dash',
match_for_absence => true,
}

0 comments on commit aee9829

Please sign in to comment.