Make sure lvm2 tools are installed
* modules/openstack_project/manifests/template.pp: Add the lvm2 package, since we use it in some places and it's really a fairly base-level system block device management toolset these days. The package name is the same in CentOS, Debian, Fedora and Ubuntu. Change-Id: I5f1d5794559de268ab009c4875b44d360f7ebd59
This commit is contained in:
parent
f9ef1f9193
commit
08f7bb01af
@ -31,6 +31,10 @@ class openstack_project::template (
|
|||||||
certname => $certname,
|
certname => $certname,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
package { 'lvm2':
|
||||||
|
ensure => present,
|
||||||
|
}
|
||||||
|
|
||||||
package { 'strace':
|
package { 'strace':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user