Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8391303
tomcat.pp
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
867 B
Subscribers
None
tomcat.pp
View Options
$dirname
=
'apache-tomcat-9.0.0.M3'
$filename
=
"${dirname}.zip"
$install_path
=
"/opt/${dirname}"
user
{
'tomcat'
:
ensure
=>
present
,
gid
=>
'tomcat'
,
}
group
{
'tomcat'
:
ensure
=>
present
,
}
file
{
'/opt/tomcat'
:
ensure
=>
'link'
,
target
=>
$install_path,
}
file
{
$install_path:
ensure
=>
directory
,
owner
=>
'tomcat'
,
group
=>
'tomcat'
,
mode
=>
'0755'
,
}
archive
{
$filename:
path
=>
"/tmp/${filename}"
,
source
=>
'http://www-eu.apache.org/dist/tomcat/tomcat-9/v9.0.0.M3/bin/apache-tomcat-9.0.0.M3.zip'
,
checksum
=>
'f2aaf16f5e421b97513c502c03c117fab6569076'
,
checksum_type
=>
'sha1'
,
extract
=>
true
,
extract_path
=>
'/opt'
,
creates
=>
"${install_path}/bin"
,
cleanup
=>
true
,
user
=>
'tomcat'
,
group
=>
'tomcat'
,
require
=>
File
[
$install_path],
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 6:42 PM (14 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3372362
Attached To
R144 puppet-puppet-archive
Event Timeline
Log In to Comment