fix type in the install.pp

Change-Id: Ia990d110c2b87ec42d30d85fcba56d111ec935d2
This commit is contained in:
Igor Gajsin 2016-10-07 12:27:57 +03:00
parent 13bf85da64
commit 745d82a438
1 changed files with 2 additions and 2 deletions

View File

@ -12,12 +12,12 @@ package {'python-dev':
}
package {'pycrypto':
ensure => 'installed',
ensure => 'installed',
provider => 'pip',
}
package {'python-manilaclient':
ensure => '1.11.90',
ensure => '1.11.0',
provider => 'pip',
}