File tree 6 files changed +9
-16
lines changed
6 files changed +9
-16
lines changed Original file line number Diff line number Diff line change 1
-
1
+ * .iml
2
+ .project
3
+ .buildpath
4
+ .vagrant /
5
+ .bundle /
6
+ .idea /
2
7
pkg /
3
8
vendor /
4
9
spec /fixtures /
5
- .vagrant /
6
- .bundle /
7
10
coverage /
8
- .idea /
9
- * .iml
10
- .project
11
- .buildpath
12
11
log /
13
12
junit /
Original file line number Diff line number Diff line change 1
1
# == Class: aem::config
2
2
#
3
- # Configure the AEM instance with the appropriate parameter values, ensuring
3
+ # Configure the AEM instance with the appropriate parameter values
4
4
#
5
5
# Do not use this class directly.
6
6
#
41
41
# Create the start script
42
42
file { "${home}/crx-quickstart/bin/start" :
43
43
ensure => file ,
44
+ content => template (" ${module_name} /start.erb" ),
44
45
mode => ' 0755' ,
45
- source => " puppet:///modules/${module_name} /start" ,
46
46
require => File [" ${home} /crx-quickstart/bin/start.orig" ],
47
47
}
48
48
Original file line number Diff line number Diff line change 28
28
mode => \" 0755\" ,
29
29
}
30
30
31
- file { \" /opt/faux/crx-quickstart/bin/start\" :
32
- ensure => \" file\" ,
33
- source => "puppet:///modules/aem/start",
34
- mode => \" 0755\" ,
35
- }
36
-
37
31
file { \" /opt/faux/crx-quickstart/bin/start.orig\" :
38
32
ensure => \" file\" ,
39
33
content => \" \" ,
Original file line number Diff line number Diff line change 148
148
'/opt/aem/crx-quickstart/bin/start'
149
149
) . with (
150
150
'ensure' => 'file' ,
151
+ 'content' => /.*/ ,
151
152
'group' => 'aem' ,
152
- 'source' => 'puppet:///modules/aem/start' ,
153
153
'owner' => 'aem'
154
154
) . that_requires (
155
155
'File[/opt/aem/crx-quickstart/bin/start.orig]'
File renamed without changes.
You can’t perform that action at this time.
0 commit comments