File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 31
31
[submodule "puppet/modules/wget "]
32
32
path = puppet/modules/wget
33
33
url = https://github.com/maestrodev/puppet-wget.git
34
+ [submodule "puppet/modules/mysql "]
35
+ path = puppet/modules/mysql
36
+ url = https://github.com/puppetlabs/puppetlabs-mysql.git
Original file line number Diff line number Diff line change 38
38
39
39
php::module { $php_modules: }
40
40
41
- class {'git' : }
41
+ class { '::mysql::server' :
42
+ root_password => ' vagrant' ,
43
+ override_options => { ' mysqld' => { ' max_connections' => ' 1024' } }
44
+ }
42
45
43
- class { 'redis' :
46
+ class { 'redis' :
44
47
version => ' 2.6.5' ,
45
48
}
46
49
47
50
class {'varnish' :
48
51
varnish_listen_port => 80,
49
52
varnish_storage_size => ' 32M' ,
50
53
}
54
+
55
+ class {'git' : }
51
56
}
You can’t perform that action at this time.
0 commit comments