File tree 3 files changed +29
-3
lines changed
3 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 3
3
---
4
4
fixtures :
5
5
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
1
3
class catalog_diff::viewer (
2
4
String $remote = ' https://github.com/camptocamp/puppet-catalog-diff-viewer.git' ,
3
5
String $password = ' puppet' ,
35
37
36
38
htpasswd { 'puppet' :
37
39
username => ' puppet' ,
38
- cryptpasswd => ht_crypt($password , $facts [' dmi' ][' product' ][' uuid' ]),
40
+ cryptpasswd => htpasswd:: ht_crypt($password , $facts [' dmi' ][' product' ][' uuid' ]),
39
41
target => ' /var/www/.htpasswd' ,
40
42
}
41
43
Original file line number Diff line number Diff line change 8
8
"project_page" : " https://github.com/voxpupuli/puppet-catalog_diff" ,
9
9
"issues_url" : " https://github.com/voxpupuli/puppet-catalog_diff/issues" ,
10
10
"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
+ }
12
31
],
13
32
"operatingsystem_support" : [
14
33
{
You can’t perform that action at this time.
0 commit comments