Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9749383
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1000 B
Subscribers
None
View Options
diff --git a/manifests/swh/deploy/objstorage.pp b/manifests/swh/deploy/objstorage.pp
index 28477dd..fcb0404 100644
--- a/manifests/swh/deploy/objstorage.pp
+++ b/manifests/swh/deploy/objstorage.pp
@@ -1,25 +1,25 @@
# Deployment of the swh.objstorage.api server
class profile::swh::deploy::objstorage {
$conf_directory = lookup('swh::deploy::objstorage::conf_directory')
$group = lookup('swh::deploy::objstorage::group')
$swh_packages = ['python3-swh.objstorage']
package {$swh_packages:
ensure => latest,
require => Apt::Source['softwareheritage'],
}
- Package[$swh_packages] ~> Service['gunicorn-swh-vault']
+ Package[$swh_packages] ~> Service['gunicorn-swh-objstorage']
file {$conf_directory:
ensure => directory,
owner => 'root',
group => $group,
mode => '0750',
}
::profile::swh::deploy::rpc_server {'objstorage':
executable => 'swh.objstorage.api.server:make_app_from_configfile()',
worker => 'async',
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Aug 25, 4:59 PM (1 w, 13 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3260792
Attached To
rSPPROF puppet-swh-profile
Event Timeline
Log In to Comment