This repository was archived by the owner on Jun 30, 2020. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
default [ 'magento' ] [ 'apache' ] [ 'ssl' ] [ 'protocols' ] = "All -SSLv2 -SSLv3"
51
51
default [ 'magento' ] [ 'apache' ] [ 'ssl' ] [ 'ciphersuite' ] = "ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS;"
52
52
53
- default [ 'magento' ] [ 'cronjob' ] [ 'minute' ] = "*/5 "
53
+ default [ 'magento' ] [ 'cronjob' ] [ 'minute' ] = "*"
54
54
default [ 'magento' ] [ 'cronjob' ] [ 'user' ] = 'apache'
55
55
56
- default [ 'magento' ] [ 'cronjob' ] [ 'minute' ] = "*/5 "
56
+ default [ 'magento' ] [ 'cronjob' ] [ 'minute' ] = "*"
57
57
default [ 'magento' ] [ 'cronjob' ] [ 'hour' ] = "*"
58
58
default [ 'magento' ] [ 'cronjob' ] [ 'name' ] = "magento-crontab"
59
59
default [ 'magento' ] [ 'cronjob' ] [ 'user' ] = "root"
Original file line number Diff line number Diff line change 4
4
name "chef-magento"
5
5
description "Installs/Configures Magento"
6
6
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7
- version '1.1 .0'
7
+ version '1.2 .0'
8
8
9
9
depends "php"
10
10
depends "chef-php-extra"
Original file line number Diff line number Diff line change 13
13
end
14
14
15
15
it 'should run every 20 minutes per hour' do
16
- expect ( chef_run ) . to create_cron_d ( "magento-crontab" ) . with ( :minute => "*/5 " )
16
+ expect ( chef_run ) . to create_cron_d ( "magento-crontab" ) . with ( :minute => "*" )
17
17
end
18
18
19
19
it 'should run every hour per day' do
You can’t perform that action at this time.
0 commit comments