Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
wattsworth
/
puppet
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a55193f9
authored
Aug 07, 2017
by
John Doe
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
added more package dependencies
parent
b1180249
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
docs/index.rst
modules/common/manifests/init.pp
docs/index.rst
View file @
a55193f9
...
...
@@ -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
...
...
modules/common/manifests/init.pp
View file @
a55193f9
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment