user 'ec2-user' do
Comment 'A EC2 user'
uid 12345
gid 'root'
action :create
end
file 'hostfile' do
content 'welcome to the chef training@capgemini.'
owner 'ec2-user'
group 'root'
end
user 'ec2-user' do
Comment 'A EC2 user'
uid 12345
gid 'root'
action :create
end
file 'hostfile' do
content 'welcome to the chef training@capgemini.'
owner 'ec2-user'
group 'root'
end
For further actions, you may consider blocking this person and/or reporting abuse
Vijay -
Vijay -
Vijay -
Vijay -
Top comments (0)