summaryrefslogtreecommitdiff
path: root/manifests/hook.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/hook.pp')
-rw-r--r--manifests/hook.pp10
1 files changed, 0 insertions, 10 deletions
diff --git a/manifests/hook.pp b/manifests/hook.pp
index a9b57ec..c71b6c5 100644
--- a/manifests/hook.pp
+++ b/manifests/hook.pp
@@ -1,13 +1,3 @@
-
-type Pacman::Operation = Enum['Install', 'Upgrade', 'Remove']
-# type Variant[Type, Array[Type, 1]] = Variant[Type, Array[Type, 1]]
-
-type Pacman::Trigger = Struct[{
- type => Enum['Path', 'Package'],
- operation => Variant[Pacman::Operation, Array[Pacman::Operation, 1]],
- target => Variant[String, Array[String, 1]],
-}]
-
define pacman::hook (
Enum['present', 'absent'] $ensure = 'present',
Integer $priority = 50,