Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 505 Bytes

File metadata and controls

25 lines (19 loc) · 505 Bytes

Maven Puppet Module for Boxen

Usage

class { 'maven':
  # you can get encrypted password by runnnint `mvn --encrypt-master-password <password>`
  master_password => 'master-pass',
}
maven::settings { 'settings-default.xml':
  ensure  => default,
  content => template("people/${::luser}/settings-default.xml.erb");
}

Required Puppet Modules

  • boxen

Development

Write code. Run script/cibuild to test it. Check the script directory for other useful tools.