Commit a55193f9 by John Doe

added more package dependencies

parent b1180249
......@@ -20,7 +20,7 @@ Use the Puppet repository to install the complete Wattsworth stack
.. code-block:: bash
$> sudo apt-get update
$> sudo apt-get install puppet
$> sudo apt-get install puppet git
$> git clone https://git.wattsworth.net/wattsworth/puppet.git
$> cd puppet
$> sudo puppet apply --modulepath=./modules --verbose site.pp
......
......@@ -3,7 +3,7 @@
# Packages required by multiple modules
#
class common {
$pkgs=['build-essential','screen','octave','emacs','openvpn']
$pkgs=['build-essential','screen','octave','emacs','openvpn', 'gnome-tweak-tool']
package { $pkgs:
ensure => present
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment