diff options
author | Justin chi <chigang@huawei.com> | 2017-11-21 02:22:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-21 02:22:34 +0000 |
commit | 1af45fbc194814201a067fa040f37c3bc0f84b9c (patch) | |
tree | 17bd9d9827a725c84e79189c4d7b2422da0bc7a6 /deploy/compass_conf/templates/cobbler/CentOS-7-Minimal-1611-arm-arm/profile.tmpl | |
parent | 5fc5b9252d1bb18f1d9cecef00d5ce24117784e6 (diff) | |
parent | f2e3d1ed47cea49c1d06fcfce49fb4cb42e8f863 (diff) |
Merge "cobbler: support aarch64"
Diffstat (limited to 'deploy/compass_conf/templates/cobbler/CentOS-7-Minimal-1611-arm-arm/profile.tmpl')
-rwxr-xr-x | deploy/compass_conf/templates/cobbler/CentOS-7-Minimal-1611-arm-arm/profile.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy/compass_conf/templates/cobbler/CentOS-7-Minimal-1611-arm-arm/profile.tmpl b/deploy/compass_conf/templates/cobbler/CentOS-7-Minimal-1611-arm-arm/profile.tmpl new file mode 100755 index 00000000..cfa89004 --- /dev/null +++ b/deploy/compass_conf/templates/cobbler/CentOS-7-Minimal-1611-arm-arm/profile.tmpl @@ -0,0 +1,3 @@ +{ + "repos": "$getVar('repo_name', '')" +} |