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
!51
Update mysql config
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update mysql config
update_init
into
devel
Overview
0
Commits
2
Pipelines
3
Changes
1
Merged
Saga Norén Karlsson
requested to merge
update_init
into
devel
9 months ago
Overview
0
Commits
2
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Viewing commit
13ae94d8
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
13ae94d8
Fixing error
· 13ae94d8
Saga Norén Karlsson
authored
9 months ago
manifests/init.pp
+
0
−
1
Options
@@ -231,7 +231,6 @@ mysql_grant { "${skadereg_ro_user}@%/${db_name}.*":
user
=>
"
${skadereg_ro_user}
@%"
,
}
# ['entries', 'guardian_confirmations', 'users'].each |String $table| {
# mysql_grant { "${skadereg_ro_user}@%/${db_name}.${table}":
# ensure => present,
Loading