summaryrefslogtreecommitdiff
path: root/doc/forum/How_to_add_a_privdata_for_Gitlab_cookies/comment_3_32aaf0dd4d2a33d3ac7596bc47c15028._comment
blob: beaa631f1134faa5eeed211c59bf8a0cc5b82db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
			...
"""]]