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
2a8e4455
authored
Feb 21, 2018
by
John Donnal
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
removed octave
parent
bc3ff190
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
modules/common/manifests/init.pp
site.pp
modules/common/manifests/init.pp
View file @
2a8e4455
...
...
@@ -3,7 +3,7 @@
# Packages required by multiple modules
#
class
common
{
$pkgs
=
[
'build-essential'
,
'screen'
,
'
octave'
,
'
emacs'
,
'openvpn'
,
'gnome-tweak-tool'
,
'nmap'
]
$pkgs
=
[
'build-essential'
,
'screen'
,
'emacs'
,
'openvpn'
,
'gnome-tweak-tool'
,
'nmap'
]
package
{
$pkgs
:
ensure
=>
present
...
...
site.pp
View file @
2a8e4455
...
...
@@ -4,4 +4,5 @@ node 'default' {
include
nilm
include
static_sites
include
rails_api
include
joule_labjack
}
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