Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

mysql::grant variable 'ensure => absent' doesn't work  #56

@bionix

Description

@bionix

If I declare to remove mysql grants something like

mysql::grant { 'testme_db1':
  ensure => absent,
  mysql_user           => 'testme',
  mysql_db              => 'db1',
  mysql_create_db  => true,
  mysql_host            => '127.0.%',
  mysql_privileges    => 'ALL',
  mysql_password   => 'secret',
}

The puppet run makes nothing.
Puppet version: 3.7.3
Module version: example42/puppet-mysql git-tag: v2.1.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions