Skip to content

coredevel/puppet-n98magerun

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 91.0%
  • Shell 9.0%