Skip to content

Commit d937e78

Browse files
Update dependency puppetlabs/mysql to v3.11.0
1 parent fdb2b05 commit d937e78

File tree

5 files changed

+5
-5
lines changed
  • mixed-examples/infa-as-code-cookbook
    • 5671_06/12-Managing automatically external cookbooks/There's more with Puppet/puppetcode
    • 5671_07
      • 01-Linting infrastructure code using FoodCritic or Cookstyle/There's more with Puppet/puppetcode
      • 02-Unit testing infrastructure code using ChefSpec/There's more with Puppet/puppetcode
      • 03-Testing infrastructure code using Test-Kitchen/There's more with Puppet/puppetcode
      • 04-Integration testing infrastructure code using ServerSpec/There's more with Puppet/puppetcode

5 files changed

+5
-5
lines changed

mixed-examples/infa-as-code-cookbook/5671_06/12-Managing automatically external cookbooks/There's more with Puppet/puppetcode/Puppetfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ mod 'mariadb', :local =>true
77

88
# Modules discovered by generate-puppetfile
99
mod 'puppet/staging', '2.1.0'
10-
mod 'puppetlabs/mysql', '3.10.0'
10+
mod 'puppetlabs/mysql', '3.11.0'
1111
mod 'puppetlabs/stdlib', '8.4.0'

mixed-examples/infa-as-code-cookbook/5671_07/01-Linting infrastructure code using FoodCritic or Cookstyle/There's more with Puppet/puppetcode/Puppetfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ mod 'mariadb', :local =>true
77

88
# Modules discovered by generate-puppetfile
99
mod 'puppet/staging', '2.1.0'
10-
mod 'puppetlabs/mysql', '3.10.0'
10+
mod 'puppetlabs/mysql', '3.11.0'
1111
mod 'puppetlabs/stdlib', '8.4.0'

mixed-examples/infa-as-code-cookbook/5671_07/02-Unit testing infrastructure code using ChefSpec/There's more with Puppet/puppetcode/Puppetfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ mod 'mariadb', :local =>true
77

88
# Modules discovered by generate-puppetfile
99
mod 'puppet/staging', '2.1.0'
10-
mod 'puppetlabs/mysql', '3.10.0'
10+
mod 'puppetlabs/mysql', '3.11.0'
1111
mod 'puppetlabs/stdlib', '8.4.0'

mixed-examples/infa-as-code-cookbook/5671_07/03-Testing infrastructure code using Test-Kitchen/There's more with Puppet/puppetcode/Puppetfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ mod 'mariadb', :local =>true
77

88
# Modules discovered by generate-puppetfile
99
mod 'puppet/staging', '2.1.0'
10-
mod 'puppetlabs/mysql', '3.10.0'
10+
mod 'puppetlabs/mysql', '3.11.0'
1111
mod 'puppetlabs/stdlib', '8.4.0'

mixed-examples/infa-as-code-cookbook/5671_07/04-Integration testing infrastructure code using ServerSpec/There's more with Puppet/puppetcode/Puppetfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ mod 'mariadb', :local =>true
77

88
# Modules discovered by generate-puppetfile
99
mod 'puppet/staging', '2.1.0'
10-
mod 'puppetlabs/mysql', '3.10.0'
10+
mod 'puppetlabs/mysql', '3.11.0'
1111
mod 'puppetlabs/stdlib', '8.4.0'

0 commit comments

Comments
 (0)