Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
puppet-wordpress
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adullact
puppet-wordpress
Commits
2d09ed29
"...git@gitlab.adullact.net:adullact/faq.adullact.org.git" did not exist on "cb0d947df7266c53f3b59f5ce01faa8b6caf25f1"
Commit
2d09ed29
authored
6 years ago
by
Fabien Combernous
Browse files
Options
Downloads
Patches
Plain Diff
close
#29
parent
3d206aed
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
templates/external_fact_wordpress.rb.erb
+2
-2
2 additions, 2 deletions
templates/external_fact_wordpress.rb.erb
with
3 additions
and
2 deletions
CHANGELOG.md
+
1
−
0
View file @
2d09ed29
...
...
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
*
#1 Fix resources attribute ensure set to latest from scratch.
*
#27 Fix typo in puppet strings.
*
#28 Fix WordPress core attribute ensure set to latest from scratch.
*
#29 Fix external fact variable extrapolation.
*
#30 Fix missing assume yes answer in
`spec_helper_acceptance.rb`
.
**Known Issues**
...
...
This diff is collapsed.
Click to expand it.
templates/external_fact_wordpress.rb.erb
+
2
−
2
View file @
2d09ed29
...
...
@@ -31,7 +31,7 @@ for site in wproot.keys
if version =~ /^[\d\.]+$/
wordpress["#{site}"]['core']['version'] = version
else
wordpress["#{site}"]['core']['version'] =
'
unexpected value #{version}
'
wordpress["#{site}"]['core']['version'] =
"
unexpected value #{version}
"
end
end
...
...
@@ -51,7 +51,7 @@ for site in wproot.keys
if update =~ /^Success: WordPress is at the latest version/
wordpress["#{site}"]['core']['update'] = 'none'
else
wordpress["#{site}"]['core']['update'] =
'
#{update}
'
wordpress["#{site}"]['core']['update'] =
"
#{update}
"
end
end
...
...
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