Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
puppet
librarian
Commits
1550b87f
Commit
1550b87f
authored
Mar 18, 2019
by
Cool Fire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add autossh puppet module
parent
39361736
Pipeline
#1386
passed with stages
in 10 minutes and 21 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
5 deletions
+19
-5
Puppetfile
Puppetfile
+3
-0
Puppetfile.lock
Puppetfile.lock
+16
-5
No files found.
Puppetfile
View file @
1550b87f
...
...
@@ -26,6 +26,9 @@ mod 'saz-sudo'
# Forked to use newer versions
mod
'arioch-redis'
,
:git
=>
'https://github.com/cFire/puppet-redis'
mod
'puppet-autossh'
,
:git
=>
"https://github.com/cfire/puppet-autossh.git"
,
:commit
=>
'6ce3f78'
mod
'lvicainne-opendkim'
,
:git
=>
'https://github.com/cFire/puppet-opendkim'
mod
'puppetlabs-docker'
,
...
...
Puppetfile.lock
View file @
1550b87f
...
...
@@ -8,15 +8,16 @@ FORGE
puppetlabs-stdlib (< 6.0.0, >= 4.13.1)
alexharvey-firewall_multi (1.12.0)
puppetlabs-firewall (< 2.0.0, >= 1.10.0)
camptocamp-systemd (2.1.0)
camptocamp-systemd (2.2.0)
puppetlabs-inifile (< 3.0.0, >= 1.6.0)
puppetlabs-stdlib (< 6.0.0, >= 4.13.1)
danfoster-sysfs (0.2.0)
puppetlabs-concat (>= 0)
puppetlabs-stdlib (>= 1.0.0)
herculesteam-augeasproviders_core (2.
2
.0)
herculesteam-augeasproviders_core (2.
4
.0)
puppetlabs-stdlib (< 6.0.0, >= 3.2.0)
herculesteam-augeasproviders_sysctl (2.
2
.1)
herculesteam-augeasproviders_core (< 3.0.0, >= 2.
1
.0)
herculesteam-augeasproviders_sysctl (2.
3
.1)
herculesteam-augeasproviders_core (< 3.0.0, >= 2.
4
.0)
puppet-archive (3.2.1)
puppetlabs-stdlib (< 6.0.0, >= 4.13.1)
puppet-extlib (3.1.0)
...
...
@@ -38,7 +39,7 @@ FORGE
puppetlabs-apt (6.3.0)
puppetlabs-stdlib (< 6.0.0, >= 4.16.0)
puppetlabs-translate (< 2.0.0, >= 1.0.0)
puppetlabs-concat (5.
2
.0)
puppetlabs-concat (5.
3
.0)
puppetlabs-stdlib (< 6.0.0, >= 4.13.1)
puppetlabs-translate (< 2.0.0, >= 1.0.0)
puppetlabs-firewall (1.15.1)
...
...
@@ -107,6 +108,15 @@ GIT
puppetlabs-stdlib (< 7.0.0, >= 4.24.0)
puppetlabs-translate (< 2.0.0, >= 0.0.1)
GIT
remote: https://github.com/cfire/puppet-autossh.git
ref: 6ce3f78
sha: 6ce3f78815544ca62becd1d3c116a0d508894977
specs:
puppet-autossh (1.2.5)
puppetlabs-concat (>= 1.1.0)
puppetlabs-stdlib (>= 4.3.0)
DEPENDENCIES
KyleAnderson-consul (>= 0)
alexharvey-firewall_multi (>= 0)
...
...
@@ -114,6 +124,7 @@ DEPENDENCIES
danfoster-sysfs (>= 0)
herculesteam-augeasproviders_sysctl (>= 0)
lvicainne-opendkim (>= 0)
puppet-autossh (>= 0)
puppet-fail2ban (>= 0)
puppet-gitlab_ci_runner (>= 0)
puppet-letsencrypt (>= 0)
...
...
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