mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-24 17:25:16 -06:00
New OPA website (Hugo + Netlify)
Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
committed by
Torin Sandall
parent
fdfe8b7f34
commit
bb0d4e271b
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"hostOS": "$(uname)"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
package example
|
||||
|
||||
greeting = msg {
|
||||
concat("", ["Hello ", data.example.hostOS, "!"], msg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user