Merge "Make ci-launch directory readable by admin users"
This commit is contained in:
commit
46ccd7021a
@ -2,10 +2,11 @@ Create Server
|
|||||||
=============
|
=============
|
||||||
|
|
||||||
Note that these instructions assume you're working from this
|
Note that these instructions assume you're working from this
|
||||||
directory on an updated local clone of the repository on the puppetmaster, and
|
directory on an updated local clone of the repository on the
|
||||||
that your account is a member of the puppet and salt groups for access
|
puppetmaster, and that your account is a member of the admin, puppet
|
||||||
to their respective keys::
|
and salt groups for access to their respective keys::
|
||||||
|
|
||||||
|
sudo adduser $(whoami) admin
|
||||||
sudo adduser $(whoami) puppet
|
sudo adduser $(whoami) puppet
|
||||||
sudo adduser $(whoami) salt
|
sudo adduser $(whoami) salt
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ class openstack_project::puppetmaster (
|
|||||||
file { '/root/ci-launch':
|
file { '/root/ci-launch':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'root',
|
group => 'admin',
|
||||||
mode => '0750',
|
mode => '0750',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user