summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/daemon/dns.pp2
-rw-r--r--manifests/daemon/map_address.pp2
-rw-r--r--manifests/daemon/transparent.pp2
3 files changed, 3 insertions, 3 deletions
diff --git a/manifests/daemon/dns.pp b/manifests/daemon/dns.pp
index f3a7027..4677f24 100644
--- a/manifests/daemon/dns.pp
+++ b/manifests/daemon/dns.pp
@@ -10,7 +10,7 @@ define tor::daemon::dns(
owner => 'debian-tor',
group => 'debian-tor',
mode => '0644',
- order => 08,
+ order => '08',
target => $tor::daemon::config_file,
}
}
diff --git a/manifests/daemon/map_address.pp b/manifests/daemon/map_address.pp
index cfbd3da..270eac2 100644
--- a/manifests/daemon/map_address.pp
+++ b/manifests/daemon/map_address.pp
@@ -10,7 +10,7 @@ define tor::daemon::map_address(
owner => 'debian-tor',
group => 'debian-tor',
mode => '0644',
- order => 08,
+ order => '08',
target => $tor::daemon::config_file,
}
}
diff --git a/manifests/daemon/transparent.pp b/manifests/daemon/transparent.pp
index 74fed4f..65d744f 100644
--- a/manifests/daemon/transparent.pp
+++ b/manifests/daemon/transparent.pp
@@ -10,7 +10,7 @@ define tor::daemon::transparent(
owner => 'debian-tor',
group => 'debian-tor',
mode => '0644',
- order => 09,
+ order => '09',
target => $tor::daemon::config_file,
}
}