itamae-plugin-recipe-daddy 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d160864f04dcbf4b022c312e72896bd75988a879d22ef6283cde9acd803c343
4
- data.tar.gz: ae06506058b2e38497f3849260bb525e5ee23ec694999813cc21d272493dacd9
3
+ metadata.gz: 66fcbd48e37966e560e0f9d5a5a7d1a14cff933507ccecfb19a73e234cf730ea
4
+ data.tar.gz: 756fc13e7247118cb0396c9045a99425a3a22bb341bedc97abafc2a34e65d283
5
5
  SHA512:
6
- metadata.gz: 5e3d1250813af4ca76e37387985c175e1827211350551335e551e77279aff257c748301d3f5b5fac9a7031692b8b121dc5bbfa28112f054b081f0859254752e5
7
- data.tar.gz: 198164ddd822a4f64121b9ed9a5896b937a4c544c9ad14b1007ccda0380d72f1125227b7deb6cfbe45822d0dcb93ad2c252f1c5fdf505394e6b0f5b9b1e7932e
6
+ metadata.gz: '080c1a3d9584035eb5a1cc49bf3abb2002512458d8fe65ad8141087a9fd3fa8490a2295ad1410709802869757257e8a73fba33542f1f9c0d81c3c91253f8598f'
7
+ data.tar.gz: ad9076ae6e889d5abc0a0b4ad8fce78d52716941ef16734a1c1832a86ea8cd61f670502c5a54cf3c43bce2d8d4d6296f5763e5d0f9fc5e43471b7a7a9bc30c18
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- itamae-plugin-recipe-daddy (0.1.0)
4
+ itamae-plugin-recipe-daddy (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -0,0 +1,10 @@
1
+ require 'daddy/itamae'
2
+
3
+ package 'memcached' do
4
+ user 'root'
5
+ end
6
+
7
+ service 'memcached' do
8
+ user 'root'
9
+ action [:enable, :start]
10
+ end
@@ -0,0 +1,10 @@
1
+ require 'daddy/itamae'
2
+
3
+ package 'redis' do
4
+ user 'root'
5
+ end
6
+
7
+ service 'redis' do
8
+ user 'root'
9
+ action [:enable, :start]
10
+ end
@@ -1,3 +1,3 @@
1
1
  module ItamaePluginRecipeDaddy
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-recipe-daddy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ichy
@@ -55,9 +55,11 @@ files:
55
55
  - bin/setup
56
56
  - itamae-plugin-recipe-daddy.gemspec
57
57
  - lib/itamae-plugin-recipe-daddy.rb
58
+ - lib/itamae/plugin/recipe/daddy/memcached/install.rb
58
59
  - lib/itamae/plugin/recipe/daddy/mysql/install.rb
59
60
  - lib/itamae/plugin/recipe/daddy/mysql/mysql_secure_installation.sh
60
61
  - lib/itamae/plugin/recipe/daddy/mysql/templates/daddy.cnf.erb
62
+ - lib/itamae/plugin/recipe/daddy/redis/install.rb
61
63
  - lib/itamae_plugin_recipe_daddy/daddy.rb
62
64
  - lib/itamae_plugin_recipe_daddy/version.rb
63
65
  homepage: https://github.com/ichylinux/itamae-plugin-recipe-daddy