Skip to content

Commit

Permalink
Merge pull request #13 from redBorder/development
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
manegron authored Sep 20, 2024
2 parents 2c18970 + 9e712fc commit bb1c9f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
cookbook-pmacct CHANGELOG
===============

## 0.2.0

- Miguel Negrón
- [1e8f3fa] Merge pull request #10 from redBorder/bugfix/#13550_restrain_user_permissions
- Luis Blanco
- [45ebad0] Merge branch 'master' into bugfix/#13550_restrain_user_permissions
- [ca6db74] add user pmacct with nologin

## 0.1.0

- David Vanhoucke
Expand Down
2 changes: 1 addition & 1 deletion resources/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
maintainer_email '[email protected]'
license 'AGPL-3.0'
description 'Installs/Configures cookbook-pmacct'
version '0.1.0'
version '0.2.0'
2 changes: 1 addition & 1 deletion resources/providers/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
end

execute 'create_user' do
command "/usr/sbin/useradd -r #{user}"
command "/usr/sbin/useradd -r #{user} -s /sbin/nologin"
ignore_failure true
not_if "getent passwd #{user}"
end
Expand Down

0 comments on commit bb1c9f1

Please sign in to comment.