Skip to content

Commit

Permalink
don't need to do anything to my.cnf probably
Browse files Browse the repository at this point in the history
  • Loading branch information
antmoth committed Nov 25, 2024
1 parent 09c9b88 commit bddca11
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions manifests/profile/fulcrum/mysql.pp
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@
require => Package['mariadb-server'],
}

file { "/var/lib/mysql/my.cnf":
owner => "mysql", group => "mysql",
source => "puppet:///mysql/my.cnf",
notify => Service["mysqld"],
require => Package["mariadb-server"],
}

file { "/etc/my.cnf":
source => "file:///var/lib/mysql/my.cnf",
}

exec { "set-mysql-password":
unless => "mysqladmin -uroot -p$password status",
path => ["/bin", "/usr/bin"],
Expand Down

0 comments on commit bddca11

Please sign in to comment.