Difference between revisions of "Extracts from Digitalocean tutorial"

From MyWiki
Jump to: navigation, search
Line 1: Line 1:
Ubuntu 14.04<br>
+
'''Ubuntu 14.04'''<br>
 
timedatectl list-timezones<br>
 
timedatectl list-timezones<br>
 
sudo timedatectl set-timezone America/New_York<br>
 
sudo timedatectl set-timezone America/New_York<br>

Revision as of 17:05, 5 May 2016

Ubuntu 14.04
timedatectl list-timezones
sudo timedatectl set-timezone America/New_York
sudo apt-get update
sudo apt-get -y install ntp
Configure ntp.conf
sudo service ntp restart
Install puppet

   cd ~ && wget https://apt.puppetlabs.com/puppetlabs-release-pc1-trusty.deb
   sudo dpkg -i puppetlabs-release-pc1-trusty.deb
   sudo apt-get update
   sudo apt-get -y install puppetserver