some corrections

master
Ingolf Wagner 2018-09-30 09:24:50 +02:00
parent c5e57dbcb6
commit 181fb6095d
2 changed files with 7 additions and 7 deletions

View File

@ -132,12 +132,12 @@ let
}
];
in {
server01 = pkgs.krops.writeDeploy "deploy-server01" {
source = source;
target = "root@server01.mydomain.org";
};
}
in {
server01 = pkgs.krops.writeDeploy "deploy-server01" {
source = source;
target = "root@server01.mydomain.org";
};
}
```
Now you can deploy the machine by running:

View File

@ -9,7 +9,7 @@
<a href="{{.URL}}">
<h3> {{ .Title }} </h3>
<p>
{{ .Param "summary" | markdownify }}
{{ .Param "summary" }}
</p>
</a>
</li>