-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update all PHP installs w/ known extensions * explicitly set spark-installer version (#211) it looks like previously this was switched from `~2.0` to `dev-master`, maybe because there was a needed feature that wasn't released? anyway, now we're up to version 3, so unless there's a reason we need dev-master, switch back? (super confident PR, right?) * Replace NTP with Chrony (#212) NTP does not handle the Sleep and Hibernate states on the *host* gracefully; the clock on the guest becomes stale and is not updated regularly (if ever). Replacing NTP with Chrony fixes the issue, provided chronyd is configured to allow unlimited catching-up via "makestep 1 -1" (the second value represents unlimited catch-up, which is necessary when the host has been sleeping or hibernating for any period of time longer than a few seconds). Resolves laravel/homestead#1300 * Remove duplicate `php-fpm` installs. (#213) Remove `php-fpm` packages installation from Nginx section as they are now installed with the PHP related packages. * Add composer registry manager, give Spark install version
- Loading branch information
1 parent
2105b6a
commit eb8bbf0
Showing
1 changed file
with
74 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters