Skip to content

Commit

Permalink
(CAT-2100) Fix puppet lint indentation offense
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamshinde360 committed Oct 16, 2024
1 parent b14a956 commit f5d6572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server/installdb.pp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

file { $log_dir:
ensure => 'directory',
owner => $mysqluser,
owner => $mysqluser,
group => $mysql::server::mysql_group,
}

Expand Down

0 comments on commit f5d6572

Please sign in to comment.