summaryrefslogtreecommitdiff
path: root/manifests/shadow.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/shadow.pp')
-rw-r--r--manifests/shadow.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/shadow.pp b/manifests/shadow.pp
index 81a7921..43f1aea 100644
--- a/manifests/shadow.pp
+++ b/manifests/shadow.pp
@@ -1,5 +1,5 @@
class ruby::shadow {
- case $operatingsystem {
+ case $::operatingsystem {
debian,ubuntu: { include ruby::shadow::debian }
default: { include ruby::shadow::base }
}