# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# limitations under the License.
#
-package "zsh" do
- action :install
-end
+package "zsh"
administrators = []
end
group name.to_s do
- action :create
gid account["uid"].to_i
members group_members & node[:etc][:passwd].keys
end
user name.to_s do
- action :create
uid account["uid"].to_i
gid account["uid"].to_i
comment account["comment"] if account["comment"]