Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aim_control
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
liu-puppet-modules
aim_control
Merge requests
!66
Devel
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Devel
devel
into
test
Overview
0
Commits
50
Pipelines
2
Changes
1
Merged
Nils Olof Paulsson
requested to merge
devel
into
test
3 weeks ago
Overview
0
Commits
50
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Viewing commit
13894679
Prev
Next
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
13894679
mysql::passwd
· 13894679
Nils Olof Paulsson
authored
3 weeks ago
manifests/init.pp
+
1
−
1
Options
@@ -222,7 +222,7 @@ class aim_control (
@@ -222,7 +222,7 @@ class aim_control (
mysql_user
{
'root@%'
:
mysql_user
{
'root@%'
:
ensure
=>
'present'
,
ensure
=>
'present'
,
password_hash
=>
mysql
_
password
(
$mysql_password
),
password_hash
=>
mysql
::
password
(
$mysql_password
),
}
}
mysql_grant
{
'root@%/*.*'
:
mysql_grant
{
'root@%/*.*'
:
Loading