You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Convert configuration definitions from auto-generated functions to auto-generated data structures.
This commit is contained in:
Vendored
+5
@@ -40,6 +40,11 @@ Vagrant.configure(2) do |config|
|
||||
echo 'supersede domain-name-servers 8.8.8.8;' >> /etc/dhcp/dhclient.conf
|
||||
/etc/init.d/networking restart
|
||||
|
||||
# If builds fail with 'modification time in the future', the following command will sync the vm clock with the host
|
||||
#---------------------------------------------------------------------------------------------------------------------------
|
||||
echo 'Start Time Sync Service' && date
|
||||
sudo /usr/sbin/VBoxService --timesync-set-start
|
||||
|
||||
#---------------------------------------------------------------------------------------------------------------------------
|
||||
echo 'Install Perl Modules' && date
|
||||
apt-get install -y libdbd-pg-perl libio-socket-ssl-perl libxml-libxml-perl libxml-checker-perl libperl-critic-perl \
|
||||
|
||||
Reference in New Issue
Block a user