]> Frank Brehm's Git Trees - pixelpark/puppet-tools.git/commitdiff
Minor changes
authorFrank Brehm <frank.brehm@pixelpark.com>
Wed, 8 Feb 2023 16:35:18 +0000 (17:35 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Wed, 8 Feb 2023 16:35:18 +0000 (17:35 +0100)
test/environment/dev_apache/Puppetfile

index a1899b1e03f53f033d8035cdcc66504dfc784b66..568abe1cf02a07749e65963cdfbf747081f6ad70 100644 (file)
@@ -2,13 +2,21 @@ forge 'https://forge.puppetlabs.com'
 
 ### Control Repo - Roles and Profiles ###########################################
 # mod 'pixelpark-infra',                  :git => "git@git.pixelpark.com:puppet/infra.git",                  :tag => '3.3.0'
-mod 'pixelpark-infra',                  :git => "git@git.pixelpark.com:puppet/infra.git",                  :commit => 'b470be5a9d9cedf8c2cd4a272d49b306c1447fe5'
+mod 'pixelpark-infra',
+  :git => "git@git.pixelpark.com:puppet/infra.git",
+  :commit => 'b470be5a9d9cedf8c2cd4a272d49b306c1447fe5'
 # mod 'pixelpark-infra',                  :git => "git@git.pixelpark.com:puppet/infra.git",                  :branch => 'mongo-test'
 
 ### Pixelpark Git Modules #######################################################
-mod 'pixelpark-accounts',               :git => 'git@git.pixelpark.com:puppet/accounts.git',               :tag => '2.6.0'
-mod 'pixelpark-gsbos',                  :git => 'git@git.pixelpark.com:puppet/gsbos.git',                  :tag => '0.7.6'
-mod 'pixelpark-pp_aem',                 :git => 'git@git.pixelpark.com:puppet/pp_aem.git',                 :tag => '0.6.3'
+mod 'pixelpark-accounts',
+  :git => 'git@git.pixelpark.com:puppet/accounts.git',
+  :tag => '2.6.0'
+mod 'pixelpark-gsbos',
+  :git => 'git@git.pixelpark.com:puppet/gsbos.git',
+  :tag => '0.7.6'
+mod 'pixelpark-pp_aem',
+  :git => 'git@git.pixelpark.com:puppet/pp_aem.git',
+  :tag => '0.6.3'
 mod 'pixelpark-pp_bash',                :git => 'git@git.pixelpark.com:puppet/pp-bash.git',                :tag => '0.7.0'
 mod 'pixelpark-pp_bind',                :git => 'git@git.pixelpark.com:puppet/pp-bind.git',                :tag => '1.0.1'
 mod 'pixelpark-pp_ldap',                :git => 'git@git.pixelpark.com:puppet/pp-ldap.git',                :tag => '0.11.4'
@@ -28,7 +36,9 @@ mod 'jgazeley-freeradius',              :git => 'https://github.com/pixelpark/pu
 mod 'pixelpark-maven',                  :git => 'https://github.com/pixelpark/puppet-maven',               :commit => '2ae93f8' # fork for fixing generate types on puppet 7
 mod 'puppet-typo3',                     :git => 'https://github.com/pixelpark/puppet-typo3.git',           :tag => '0.5.3' # upstream tut sich seit 2016 nichts mehr :-/
 mod 'saz-sudo',                         :git => 'https://github.com/pixelpark/puppet-sudo.git',            :tag => 'v7.0.2.2' # Fork for solaris10 m-)
-mod 'sgnl05-sssd',                      :git => 'https://github.com/pixelpark/sgnl05-sssd.git',            :commit => '36ee3a351204de8c576ee3de96724ac3e0ccceac' # Support for CentOS-8
+mod 'sgnl05-sssd',
+  :git => 'https://github.com/pixelpark/sgnl05-sssd.git',
+  :commit => '36ee3a351204de8c576ee3de96724ac3e0ccceac' # Support for CentOS-8
 
 ### Forge Module ###############################################################
 mod 'abaranov-cobbler',          '0.3.3'