Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
puppet-fwpo9
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
702
Provoz
puppet-fwpo9
Commits
3cbdb945
Commit
3cbdb945
authored
Oct 29, 2017
by
Dexter
Browse files
Options
Downloads
Patches
Plain Diff
missing patches
parent
bae122cf
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
9001-Duplicate-function-removed.patch
+24
-0
24 additions, 0 deletions
9001-Duplicate-function-removed.patch
debian_control.patch
+37
-0
37 additions, 0 deletions
debian_control.patch
with
61 additions
and
0 deletions
9001-Duplicate-function-removed.patch
0 → 100644
+
24
−
0
View file @
3cbdb945
From: Pavel Vondruska <dexter.cz@gmail.com>
Date: Sun, Oct 29 09:04:45 2017 +0000
Subject: Duplicate function removed
---
lib/puppet/defaults.rb | 4 ----
1 file changed, 4 deletions(-)
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index a37cfe4..b633811 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -463,10 +463,6 @@
module Puppet
:default => "stomp",
:desc => "Which type of queue to use for asynchronous processing.",
},
- :queue_type => {
- :default => "stomp",
- :desc => "Which type of queue to use for asynchronous processing.",
- },
:queue_source => {
:default => "stomp://localhost:61613/",
:desc => "Which type of queue to use for asynchronous processing. If your stomp server requires
This diff is collapsed.
Click to expand it.
debian_control.patch
0 → 100644
+
37
−
0
View file @
3cbdb945
--- a/debian/control 2017-05-23 20:35:37.000000000 +0000
+++ b/debian/control 2017-10-29 09:10:38.511240295 +0000
@@ -8,7 +8,7 @@
dh-systemd,
facter,
rake,
- ruby-hiera,
+ hiera,
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-puppet/puppet.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-puppet/puppet.git
@@ -21,20 +21,20 @@
adduser,
facter,
ruby-augeas,
- ruby-hiera,
+ hiera,
lsb-base,
ruby | ruby-interpreter,
ruby-safe-yaml,
ruby-shadow,
- sysv-rc | file-rc,
+ init-system-helpers,
Recommends:
debconf-utils,
lsb-release,
ruby-rgen,
ruby-selinux,
Suggests: ruby-rrd | librrd-ruby
-Breaks: puppet (<< 2.7.5-3), puppetmaster (<< 0.25.4-1), ruby-hiera-puppet
-Replaces: puppet (<< 2.7.5-3), puppetmaster (<< 0.25.4-1), ruby-hiera-puppet
+Breaks: puppet (<< 2.7.5-3), puppetmaster (<< 0.25.4-1), hiera-puppet
+Replaces: puppet (<< 2.7.5-3), puppetmaster (<< 0.25.4-1), hiera-puppet
Description: configuration management system
Puppet is a server automation tool. It is composed of a declarative
language for expressing system configuration, a client and server for
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment