diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-09 21:36:00 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-09 22:47:39 +0200 |
commit | 919d772aaa9bb6f298b1d0a433b6b32d15c0410f (patch) | |
tree | af48e6b472f40dfa062ea7b0faedc941b56eeaa1 /manifests | |
parent | f860f6d2b475fa611af2b6a66ee1c774757b77f4 (diff) | |
download | Puppet-919d772aaa9bb6f298b1d0a433b6b32d15c0410f.tar.gz Puppet-919d772aaa9bb6f298b1d0a433b6b32d15c0410f.tar.zst Puppet-919d772aaa9bb6f298b1d0a433b6b32d15c0410f.zip |
Add aura helper
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/install_ovh.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/install_ovh.pp b/manifests/install_ovh.pp index 41a9ad2..d1e109f 100644 --- a/manifests/install_ovh.pp +++ b/manifests/install_ovh.pp | |||
@@ -8,6 +8,7 @@ node default { | |||
8 | class { 'base_configuration': | 8 | class { 'base_configuration': |
9 | hostname => 'new.immae.eu' | 9 | hostname => 'new.immae.eu' |
10 | } | 10 | } |
11 | class { 'aur': } | ||
11 | 12 | ||
12 | reboot { 'after_run': | 13 | reboot { 'after_run': |
13 | apply => 'finished' | 14 | apply => 'finished' |