diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-18 12:54:04 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-18 12:54:04 +0100 |
commit | f7a3f0ab308509135b943a394252e83883c4b54d (patch) | |
tree | 83b6040e912de2686cfadb04c1f8b17b6169425f | |
parent | 44d904dbb7b26b972a60c7985d855258c90bf013 (diff) |
environment-modules for Amazon Linux users
-rw-r--r-- | mashinfo.el6 | 2 | ||||
-rw-r--r-- | mashinfo.el7 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mashinfo.el6 b/mashinfo.el6 index 55b08eae..6c5aabde 100644 --- a/mashinfo.el6 +++ b/mashinfo.el6 @@ -18,6 +18,8 @@ mongo-c-driver mongo-c-driver-devel cassandra-cpp-driver cassandra-cpp-driver-devel +# For amazon users +environment-modules php70 php70-build php70-php diff --git a/mashinfo.el7 b/mashinfo.el7 index 390a26b7..caeacf7e 100644 --- a/mashinfo.el7 +++ b/mashinfo.el7 @@ -108,6 +108,8 @@ libsodium-last libzip-last cassandra-cpp-driver cassandra-cpp-driver-devel +# For amazon users +environment-modules php70 php70-build php70-php |