From 7c42ee63bb6fe24a29f0fdc189c3e8973ee48405 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 27 Nov 2017 16:47:47 -0400 Subject: comment --- .../comment_3_32aaf0dd4d2a33d3ac7596bc47c15028._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/forum/How_to_add_a_privdata_for_Gitlab_cookies/comment_3_32aaf0dd4d2a33d3ac7596bc47c15028._comment (limited to 'doc/forum') diff --git a/doc/forum/How_to_add_a_privdata_for_Gitlab_cookies/comment_3_32aaf0dd4d2a33d3ac7596bc47c15028._comment b/doc/forum/How_to_add_a_privdata_for_Gitlab_cookies/comment_3_32aaf0dd4d2a33d3ac7596bc47c15028._comment new file mode 100644 index 00000000..beaa631f --- /dev/null +++ b/doc/forum/How_to_add_a_privdata_for_Gitlab_cookies/comment_3_32aaf0dd4d2a33d3ac7596bc47c15028._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2017-11-27T20:41:40Z" + content=""" +Yes, ensureProperty cannot be used with a Property HasInfo as that would +prevent propellor from collecting that Info. + +You could avoid that by factoring the `blabla'` out of the properties +that install packages, to the top level of the property: + + blabla = blabla' `requires` installpackages + where + installpackages = withOS "Install BlaBla Stack" $ \w o -> case o of + ... +"""]] -- cgit v1.2.3