mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #171 from techhat/issue69
Specifying full path for pkg command
This commit is contained in:
commit
58973bee8f
@ -6,7 +6,7 @@ make install clean
|
||||
cd
|
||||
/usr/local/sbin/pkg2ng
|
||||
echo 'PACKAGESITE: http://pkgbeta.freebsd.org/freebsd-9-amd64/latest' > /usr/local/etc/pkg.conf
|
||||
pkg install -y salt
|
||||
/usr/local/sbin/pkg install -y salt
|
||||
mkdir -p /etc/salt/pki
|
||||
echo '{{ vm['priv_key'] }}' > /etc/salt/pki/minion.pem
|
||||
echo '{{ vm['pub_key'] }}' > /etc/salt/pki/minion.pub
|
||||
|
Loading…
Reference in New Issue
Block a user