(WiP) apt-upgrade: exclude puppet to prevent break at provision time

This commit is contained in:
ts
2019-02-15 16:51:02 +00:00
parent a1c7ad10ed
commit 8fb529da49

View File

@@ -0,0 +1,34 @@
<?xml version="1.0"?>
<scenario xmlns="http://www.github/cliffe/SecGen/scenario"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/scenario">
<name>Basic Narrative</name>
<author>Thomas Shaw</author>
<description>Single system narrative-based CTF challenge.
</description>
<type>ctf</type>
<type>attack-ctf</type>
<type>web-hints</type>
<difficulty>intermediate</difficulty>
<system>
<system_name>target_server</system_name>
<base distro="Debian 7.8" platform="linux" type="server"/>
<input into_datastore="IP_addresses">
<value>172.12.0.2</value>
</input>
<utility type="upgrade"/>
<network type="private_network">
<input into="IP_address">
<datastore access="0">IP_addresses</datastore>
</input>
</network>
</system>
</scenario>