Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

cmuench/puppet-n98magerun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

puppet module to use n98-magerun

Currently work in progress...

Example magento installation with n98-magerun and puppet:

class { "n98magerun": } # downloads n98-magerun and puts it to /usr/local/bin

class { "n98magerun::install":
    installation_folder => "/vagrant_data",
    db_host             => "localhost",
    db_user             => "root",
    db_pass             => "root",
    db_name             => "magento",
    base_url            => "http://127.0.0.1:8080",
    install_sample_data => true
}

Download develop version of n98-magerun:

class { "n98magerun": 
  stable => false
}

About

n98-magerun puppet module [unmaintained]

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages