aboutsummaryrefslogtreecommitdiff
path: root/bbot/machine-manifest
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/machine-manifest')
-rw-r--r--bbot/machine-manifest5
1 files changed, 4 insertions, 1 deletions
diff --git a/bbot/machine-manifest b/bbot/machine-manifest
index 9975a3b..ec14c3f 100644
--- a/bbot/machine-manifest
+++ b/bbot/machine-manifest
@@ -35,7 +35,10 @@ namespace bbot
public:
machine_type type;
optional<string> mac; // Required in bootstrapped machine manifest.
- optional<strings> options;
+ optional<strings> options; // Note: could be quoted.
+
+ strings
+ unquoted_options (); // Return empty if absent.
machine_manifest (std::string i,
std::string n,