diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2013-05-13 14:25:14 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2013-05-13 14:25:14 +0000 |
commit | e0f5d65f6573de2349c31d2454ac1841808dad4f (patch) | |
tree | 35e27324960483a40bd5434359bf6d315e9ffd39 /devel-system-armv7-highbank.morph | |
parent | c03e4bcb5fcd2a06c9996f5ec157fdfaa745fce8 (diff) | |
parent | 99ee85d443b7ec6710d32184ccb98648240338b9 (diff) | |
download | definitions-e0f5d65f6573de2349c31d2454ac1841808dad4f.tar.gz |
Merge branch 'add-drop-config-extension' of ssh://git.baserock.org/baserock/baserock/morphs
This fixes a typo in the morphologies, referencing drop-config-files
Diffstat (limited to 'devel-system-armv7-highbank.morph')
-rw-r--r-- | devel-system-armv7-highbank.morph | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel-system-armv7-highbank.morph b/devel-system-armv7-highbank.morph index 13d3d84e..f9c48ba1 100644 --- a/devel-system-armv7-highbank.morph +++ b/devel-system-armv7-highbank.morph @@ -34,6 +34,7 @@ ], "configuration-extensions": [ "set-hostname", - "ssh" + "ssh", + "add-config-files" ] } |