Adding the list for OpenStack discussions in Spanish
Change-Id: I8208bba0dfaad67ae9050b1939064a4fd5686967 Reviewed-on: https://review.openstack.org/30495 Reviewed-by: David Ripton <dripton@redhat.com> Reviewed-by: Stefano Maffulli <stefano@openstack.org> Reviewed-by: Tom Fifield <fifieldt@unimelb.edu.au> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
1817c2ed96
commit
3d136e613f
@ -45,4 +45,13 @@ class openstack_project::lists(
|
|||||||
webserver => $listdomain,
|
webserver => $listdomain,
|
||||||
mailserver => $listdomain,
|
mailserver => $listdomain,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
maillist { 'openstack-es':
|
||||||
|
ensure => present,
|
||||||
|
admin => 'flavio@redhat.com',
|
||||||
|
password => $listpassword,
|
||||||
|
description => 'Lista de correo acerca de OpenStack en español',
|
||||||
|
webserver => $listdomain,
|
||||||
|
mailserver => $listdomain,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user