Do not remove sudo in ironic-agent
"ironic-agent" element is currently removing sudo, which breaks other elements such as devuser. There appears to be no security or other reason to do this, it's just the way it has always been. Leave sudo in as it is considered part of the base cloud images. Change-Id: Ida9b1885f745146071e4b2d85ae59341ac85d5c8 Closes-Bug: #1572486
This commit is contained in:
parent
a7fd0aebd9
commit
45628993e8
@ -17,7 +17,7 @@ if [ $DISTRO_NAME = 'fedora' ] ; then
|
||||
fi
|
||||
|
||||
install-packages -e kernel-debug-devel gcc fedora-logos \
|
||||
rsync sudo pykickstart \
|
||||
rsync pykickstart \
|
||||
make genisoimage tcpdump \
|
||||
man-db policycoreutils kbd-misc \
|
||||
plymouth cronie ${_remove_yum}
|
||||
|
Loading…
Reference in New Issue
Block a user