This repository was archived by the owner on Jun 11, 2019. It is now read-only.
  
  
  
  
  
Description
ENV: Ubuntu 12.10 + puppet 2.7.18-1ubuntu1
Apply this .pp file, and mysql installed successfully.
Then apply this .pp file. After it applied, mysql is still running.
class { "mysql":
  absent => true,
} 
Then try enable mysql again, apply this file:
It will be failed with this err:
err: /Stage[main]/Mysql/Service[mysql]: Failed to call refresh: Could not start Service[mysql]: Execution of '/sbin/start mysql' returned 1:  at xxx/modules/example42/mysql/manifests/init.pp:352