Fix file permissions with initialize-urandom element
We overlooked setting up the proper permission on both our initialize-urandom python and systemd scripts. Change-Id: I6da27a049954961c9333ebeb48382f8b175dc2d9 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
36439a4eb3
commit
779f3d8109
@ -8,6 +8,7 @@ set -o pipefail
|
||||
|
||||
case "$DIB_INIT_SYSTEM" in
|
||||
systemd)
|
||||
sudo chmod 0644 /usr/lib/systemd/system/initialize-urandom.service
|
||||
systemctl enable initialize-urandom.service
|
||||
;;
|
||||
*)
|
||||
|
0
nodepool/elements/initialize-urandom/static/usr/local/bin/initialize-urandom.py
Normal file → Executable file
0
nodepool/elements/initialize-urandom/static/usr/local/bin/initialize-urandom.py
Normal file → Executable file
Loading…
Reference in New Issue
Block a user