forked from infra/ansible
packager_alias: use lmdb for aliases
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
511f16d9d6
commit
ef1592400d
1 changed files with 2 additions and 2 deletions
|
|
@ -16,10 +16,10 @@ cp $output $dest
|
|||
chmod +r $output
|
||||
mv $output $dest
|
||||
/usr/sbin/restorecon /etc/postfix/package-owner
|
||||
/usr/sbin/postalias /etc/postfix/package-owner
|
||||
/usr/sbin/postalias lmdb:/etc/postfix/package-owner
|
||||
|
||||
cp $moutput $mdest
|
||||
chmod +r $moutput
|
||||
mv $moutput $mdest
|
||||
/usr/sbin/restorecon /etc/postfix/package-maintainers
|
||||
/usr/sbin/postalias /etc/postfix/package-maintainers
|
||||
/usr/sbin/postalias lmdb:/etc/postfix/package-maintainers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue