diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-07-10 19:52:26 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-07-10 19:52:26 +1000 |
commit | 605d760dd72b7b6bd3fd54e9f6c3ffacb1b9ee52 (patch) | |
tree | bfab41f07b972f61585ef2fcf454ad9fdef6c832 /examples/code/assignments | |
parent | d25c2b282cc4cd703bba3d2457f93431098ddc85 (diff) | |
download | puppet-605d760dd72b7b6bd3fd54e9f6c3ffacb1b9ee52.tar.gz puppet-605d760dd72b7b6bd3fd54e9f6c3ffacb1b9ee52.tar.xz puppet-605d760dd72b7b6bd3fd54e9f6c3ffacb1b9ee52.zip |
Moved debian to conf and updated examples directory
Diffstat (limited to 'examples/code/assignments')
-rw-r--r-- | examples/code/assignments | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/code/assignments b/examples/code/assignments deleted file mode 100644 index 3edcef84e..000000000 --- a/examples/code/assignments +++ /dev/null @@ -1,11 +0,0 @@ -# $Id$ - -$goodness = sunos - -$subvariable = $goodness - -$yayness = "this is a string of text" - -#$sleeper = service { sleeper: -# running => "1" -#} |