summaryrefslogtreecommitdiff
path: root/doc/forum/How_to_add_a_privdata_for_Gitlab_cookies
diff options
context:
space:
mode:
authorJoey Hess2017-11-27 16:47:47 -0400
committerJoey Hess2017-11-27 16:47:47 -0400
commit7c42ee63bb6fe24a29f0fdc189c3e8973ee48405 (patch)
treedbc1a09c1f9acffbc59b2206dcec4912cdc6eb3d /doc/forum/How_to_add_a_privdata_for_Gitlab_cookies
parenta44720cc8ea0f93584c0dbff22075b798bd34ee9 (diff)
comment
Diffstat (limited to 'doc/forum/How_to_add_a_privdata_for_Gitlab_cookies')
-rw-r--r--doc/forum/How_to_add_a_privdata_for_Gitlab_cookies/comment_3_32aaf0dd4d2a33d3ac7596bc47c15028._comment16
1 files changed, 16 insertions, 0 deletions
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
+ ...
+"""]]