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 ...@@ -20,7 +20,7 @@ Use the Puppet repository to install the complete Wattsworth stack
.. code-block:: bash .. code-block:: bash
$> sudo apt-get update $> sudo apt-get update
$> sudo apt-get install puppet $> sudo apt-get install puppet git
$> git clone https://git.wattsworth.net/wattsworth/puppet.git $> git clone https://git.wattsworth.net/wattsworth/puppet.git
$> cd puppet $> cd puppet
$> sudo puppet apply --modulepath=./modules --verbose site.pp $> sudo puppet apply --modulepath=./modules --verbose site.pp
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Packages required by multiple modules # Packages required by multiple modules
# #
class common { class common {
$pkgs=['build-essential','screen','octave','emacs','openvpn'] $pkgs=['build-essential','screen','octave','emacs','openvpn', 'gnome-tweak-tool']
package { $pkgs: package { $pkgs:
ensure => present 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