File tree Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 33---
44fixtures :
55 forge_modules :
6- # stdlib: "puppetlabs/stdlib"
6+ stdlib : " puppetlabs/stdlib"
7+ apache : " puppetlabs/apache"
8+ htpasswd : " citrin/htpasswd"
9+ vcsrepo : " puppetlabs/vcsrepo"
10+ git : " puppetlabs/git"
11+ concat : " puppetlabs/concat"
Original file line number Diff line number Diff line change 1+ # A class to configure the diff viewer webservice. For full details, see
2+ # https://github.com/camptocamp/puppet-catalog-diff-viewer
13class catalog_diff::viewer (
24 String $remote = ' https://github.com/camptocamp/puppet-catalog-diff-viewer.git' ,
35 String $password = ' puppet' ,
3537
3638 htpasswd { 'puppet' :
3739 username => ' puppet' ,
38- cryptpasswd => ht_crypt($password , $facts [' dmi' ][' product' ][' uuid' ]),
40+ cryptpasswd => htpasswd:: ht_crypt($password , $facts [' dmi' ][' product' ][' uuid' ]),
3941 target => ' /var/www/.htpasswd' ,
4042 }
4143
Original file line number Diff line number Diff line change 88 "project_page" : " https://github.com/voxpupuli/puppet-catalog_diff" ,
99 "issues_url" : " https://github.com/voxpupuli/puppet-catalog_diff/issues" ,
1010 "dependencies" : [
11-
11+ {
12+ "name" : " puppetlabs/apache" ,
13+ "version_requirement" : " >=6.0.0 < 8.0.0"
14+ },
15+ {
16+ "name" : " citrin/htpasswd" ,
17+ "version_requirement" : " >=1.0.0 < 2.0.0"
18+ },
19+ {
20+ "name" : " puppetlabs/vcsrepo" ,
21+ "version_requirement" : " >=4.0.0 < 6.0.0"
22+ },
23+ {
24+ "name" : " puppetlabs/git" ,
25+ "version_requirement" : " >=0.5.0 < 1.0.0"
26+ },
27+ {
28+ "name" : " puppetlabs/concat" ,
29+ "version_requirement" : " >=7.0.0 < 8.0.0"
30+ }
1231 ],
1332 "operatingsystem_support" : [
1433 {
You can’t perform that action at this time.
0 commit comments