summaryrefslogtreecommitdiffstats
path: root/examples/code/selectors
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-08-24 02:53:17 +0000
committerLuke Kanies <luke@madstop.com>2005-08-24 02:53:17 +0000
commit386ebee31dcc67ac5a7fb569ee58c2365e0666e1 (patch)
tree78db9c5928457c23907f87a2d105185bb6664e51 /examples/code/selectors
parent583a9c6e2a7469e4ae3b72264010a5d8d0dab867 (diff)
downloadpuppet-386ebee31dcc67ac5a7fb569ee58c2365e0666e1.tar.gz
puppet-386ebee31dcc67ac5a7fb569ee58c2365e0666e1.tar.xz
puppet-386ebee31dcc67ac5a7fb569ee58c2365e0666e1.zip
replacing if statements with case statement, and adding defaults for both selectors and case statements
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@587 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'examples/code/selectors')
-rw-r--r--examples/code/selectors6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/code/selectors b/examples/code/selectors
index b1f1c63ec..1efd8123a 100644
--- a/examples/code/selectors
+++ b/examples/code/selectors
@@ -23,6 +23,6 @@ $sleeper = file { $filename:
# i guess it has to be solved this way...
-$platform ? sunos => file { $filename:
- mode => 644
-}
+#$platform ? sunos => file { $filename:
+# mode => 644
+#}