diff options
author | Georg Pfuetzenreuter | 2023-02-25 21:32:42 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-02-25 21:32:42 +0100 |
commit | 6595cfe1f1a0da16ae17e444e9c24a2a5bf27a23 (patch) | |
tree | 066c515bcbf0b2edfa37f3ba83cf5d3475297b00 /.gitmodules | |
parent | eac6fdff8a4add7b1a0dec47bc0cc557628ea7ed (diff) | |
download | salt-formulas-6595cfe1f1a0da16ae17e444e9c24a2a5bf27a23.tar.gz salt-formulas-6595cfe1f1a0da16ae17e444e9c24a2a5bf27a23.tar.bz2 salt-formulas-6595cfe1f1a0da16ae17e444e9c24a2a5bf27a23.zip |
Add php-formula
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index dfe0dc8..4667843 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule "memcached-formula"] path = memcached-formula url = https://git.com.de/saltstack-formulas/memcached-formula.git +[submodule "php-formula"] + path = php-formula + url = https://git.com.de/saltstack-formulas/php-formula.git |