diff options
| author | Luke Kanies <luke@madstop.com> | 2005-04-22 18:43:50 +0000 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2005-04-22 18:43:50 +0000 |
| commit | a1a7ae4cf77b4161b6874e60ab06078bf4e6f081 (patch) | |
| tree | f52e4417fcb65c84a0b103bee2925a0f23a781f8 /examples/objects | |
| parent | 85b9f915e96241eb8ccb44d7b963b44fc44baa08 (diff) | |
| download | puppet-a1a7ae4cf77b4161b6874e60ab06078bf4e6f081.tar.gz puppet-a1a7ae4cf77b4161b6874e60ab06078bf4e6f081.tar.xz puppet-a1a7ae4cf77b4161b6874e60ab06078bf4e6f081.zip | |
moving to the language tree
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@212 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'examples/objects')
| -rw-r--r-- | examples/objects | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/objects b/examples/objects deleted file mode 100644 index 4c4e6cf8b..000000000 --- a/examples/objects +++ /dev/null @@ -1,25 +0,0 @@ -type = filetype["colon-separated"] { - :recordseparator => "\n" - :fieldseparator => "\n" - :fields = %{name password uid gid ....} - :namefield = "name" -} - -passwd = filetype["colon-separated"].new("/etc/passwd") -shadow = filetype["colon-separated"].new("/etc/shadow") - -user = jointype { - passwd => "name" - shadow => "name" -} - -passwd = type["/etc/passwd"] - - -user.new() - - -passwd["yaytest"] = { - :uid => 100 - ... -} |
