Skip to content

Instantly share code, notes, and snippets.

@ppp0
Created January 12, 2015 15:57
Show Gist options
  • Save ppp0/79473f8ede8e461a0c2b to your computer and use it in GitHub Desktop.
Save ppp0/79473f8ede8e461a0c2b to your computer and use it in GitHub Desktop.
node default {
require 'truecrypt'
package {['gdisk']:}
class {'cm::application':
development => true,
}
environment::variable {'PHP_IDE_CONFIG':
value => 'serverName=www.s3backup.dev',
}
file {['/media/s3disk_crypted', '/media/s3disk_decrypted']:
ensure => directory,
owner => '0',
group => '0',
mode => '0755',
}
file {'/vagrant/manifest':
ensure => directory,
content => template('manifest'),
owner => 'vagrant',
group => 'vagrant',
mode => '0755',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment