removing handler for NTP since we use DHCP (not sure why I didn't do that from the beginning, sometimes I just blank

This commit is contained in:
toby 2018-12-06 10:23:41 +01:00
parent 0494fb2e21
commit f8e0d68111
1 changed files with 0 additions and 1 deletions

View File

@ -1,3 +1,2 @@
/etc/systemd/timesyncd.conf.wit sed -e 's/#NTP=.*\|NTP=.*/NTP=bastion.usw2.admin.wit.com/g'
/etc/frr/daemons.wit sed -e 's/bgpd=no/bgpd=yes/' -e 's/zebra=no/zebra=yes/' -e 's/bfdd=no/bfdd=yes/' /etc/frr/daemons.wit sed -e 's/bgpd=no/bgpd=yes/' -e 's/zebra=no/zebra=yes/' -e 's/bfdd=no/bfdd=yes/'
/etc/bash.bashrc.wit sed -e 's/.*witaddon/source \/etc\/bashrc-witaddon/; t; $ s/$/\nsource \/etc\/bashrc-witaddon/' /etc/bash.bashrc.wit sed -e 's/.*witaddon/source \/etc\/bashrc-witaddon/; t; $ s/$/\nsource \/etc\/bashrc-witaddon/'