Exemplo n.º 1
0
def install_packages_with_repositories():
	yum.addRemi()
	yum.install(['php', 'mysql-server'], ['remi', 'remi-php55'])
Exemplo n.º 2
0
def install_package_with_repositories():
	yum.addRemi()
	yum.install('php', ['remi', 'remi-php55'])
Exemplo n.º 3
0
def install_packages_with_repository():
	yum.addRemi()
	yum.install(['php', 'mysql-server'], 'remi')
Exemplo n.º 4
0
def install_packages():
	yum.install(['wget', 'tree', 'invalid'])
Exemplo n.º 5
0
def install_package_with_repository():
	yum.addRemi()
	yum.install('php', 'remi')
Exemplo n.º 6
0
def install_packages_with_repositories():
    yum.addRemi()
    yum.install(['php', 'mysql-server'], ['remi', 'remi-php55'])
Exemplo n.º 7
0
def install_package():
	yum.install('wget')
Exemplo n.º 8
0
def install_packages_with_repository():
    yum.addRemi()
    yum.install(['php', 'mysql-server'], 'remi')
Exemplo n.º 9
0
def install_package_with_repositories():
    yum.addRemi()
    yum.install('php', ['remi', 'remi-php55'])
Exemplo n.º 10
0
def install_package_with_repository():
    yum.addRemi()
    yum.install('php', 'remi')
Exemplo n.º 11
0
def install_packages():
    yum.install(['wget', 'tree', 'invalid'])
Exemplo n.º 12
0
def install_package():
    yum.install('wget')