Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from TYPO3-cookbooks/2-skip-unnecessary-docker-…
Browse files Browse the repository at this point in the history
…restart

Skip unnecessary docker restart
  • Loading branch information
stucki authored Apr 10, 2018
2 parents 2ca3f1a + 306397d commit a56fe3c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
37 changes: 17 additions & 20 deletions Berksfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ GRAPH
ssl_certificates (>= 0.0.0)
sudo (>= 0.0.0)
user (>= 0.0.0)
build-essential (8.0.3)
build-essential (8.1.1)
mingw (>= 1.1)
seven_zip (>= 0.0.0)
chef-client (4.3.3)
cron (>= 1.2.0)
logrotate (>= 1.2.0)
windows (>= 1.39.0)
chef-sugar (3.6.0)
chef-sugar (4.0.0)
chef_handler (1.4.0)
compat_resource (12.19.0)
compat_resource (12.19.1)
cpu (2.0.0)
cron (3.0.0)
database (6.1.1)
postgresql (>= 1.0.0)
dmg (4.1.0)
dmg (4.1.1)
etckeeper (1.0.4)
chef_handler (>= 0.0.0)
git (>= 0.0.0)
firewall (2.6.2)
firewall (2.6.3)
chef-sugar (>= 0.0.0)
git (4.2.4)
build-essential (>= 0.0.0)
Expand All @@ -42,7 +42,7 @@ GRAPH
poise-python (>= 0.0.0)
hwraid (1.1.2)
apt (>= 0.0.0)
iptables (4.3.1)
iptables (4.3.4)
kvm (0.4.0)
cpu (>= 0.0.0)
modules (>= 0.0.0)
Expand All @@ -52,7 +52,7 @@ GRAPH
locales (1.1.2)
logrotate (1.9.2)
lvm (1.5.1)
mingw (2.0.1)
mingw (2.0.2)
seven_zip (>= 0.0.0)
modules (0.2.0)
motd (0.6.4)
Expand All @@ -66,9 +66,8 @@ GRAPH
omnibus_updater (1.1.0)
openssh (2.1.0)
iptables (>= 1.0)
openssl (4.4.0)
chef-sugar (>= 3.1.1)
packagecloud (0.3.0)
openssl (8.1.2)
packagecloud (1.0.0)
poise (2.8.1)
poise-archive (1.5.0)
poise (~> 2.6)
Expand All @@ -89,7 +88,7 @@ GRAPH
seven_zip (2.0.2)
windows (>= 1.2.2)
site-dockertypo3org (0.0.0)
openssl (= 4.4.0)
openssl (= 8.1.2)
systemd (= 2.1.3)
t3-base (~> 0.2.0)
ssl_certificates (1.1.3)
Expand All @@ -98,7 +97,7 @@ GRAPH
ohai (>= 4.0)
sysfs (0.0.2)
systemd (2.1.3)
t3-base (0.2.67)
t3-base (0.2.68)
apt (= 2.9.2)
backuppc (~> 1.0.0)
chef_handler (= 1.4.0)
Expand All @@ -121,11 +120,11 @@ GRAPH
t3-openvz (~> 2.0.0)
t3-zabbix (~> 1.0.0)
users (= 2.0.3)
t3-chef-client (0.5.4)
t3-chef-client (0.5.5)
chef-client (= 4.3.3)
chef_handler (>= 0.0.0)
omnibus_updater (= 1.1.0)
runit (>= 0.0.0)
runit (< 4.0.0)
t3-kvm (1.0.0)
kvm (= 0.4.0)
ohai (>= 0.0.0)
Expand All @@ -141,15 +140,13 @@ GRAPH
systemd (= 2.1.3)
zabbix (= 0.0.43)
zabbix-custom-checks (>= 0.0.0)
ufw (3.1.0)
ufw (3.1.1)
firewall (>= 2.0)
user (0.7.0)
users (2.0.3)
windows (3.4.0)
ohai (>= 4.0.0)
yum (5.0.1)
yum-epel (2.1.2)
compat_resource (>= 12.16.3)
windows (4.1.4)
yum (5.1.0)
yum-epel (3.1.0)
zabbix (0.0.43)
apache2 (>= 1.0.8)
database (>= 1.3.0)
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@

# community cookbooks, pin to patchlevel (= 1.1.1)
# depends "haproxy", "= 1.6.7"
depends "openssl", "= 4.4.0"
depends "openssl", "= 8.1.2"
depends "systemd", "= 2.1.3"

0 comments on commit a56fe3c

Please sign in to comment.