OpenSuSE LEAP 16.0 now building
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// For more docs, check out
|
||||
// https://agama-project.github.io/docs/user/profile/dynamic
|
||||
// This is a Jsonnet file. Please, check https://jsonnet.org/ for more
|
||||
// information about the language.
|
||||
// For the schema, see
|
||||
@@ -62,8 +64,8 @@ local memory = agama.findByID(agama.lshw, 'memory').size;
|
||||
post: [ {
|
||||
name: 'configure-vagrant',
|
||||
chroot: true,
|
||||
body: |||
|
||||
#!/bin/sh
|
||||
content: |||
|
||||
#!/bin/bash
|
||||
# Configure the insecure Vagrant SSH key
|
||||
mkdir -p /home/vagrant/.ssh
|
||||
curl -o /home/vagrant/.ssh/authorized_keys https://raw.githubusercontent.com/hashicorp/vagrant/master/keys/vagrant.pub
|
||||
@@ -77,7 +79,7 @@ local memory = agama.findByID(agama.lshw, 'memory').size;
|
||||
vagrant ALL=(ALL) NOPASSWD: ALL
|
||||
root ALL=(ALL) NOPASSWD: ALL
|
||||
EOF
|
||||
|||
|
||||
|||,
|
||||
} ]
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user