diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-14 19:53:47 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-14 19:53:47 +0000 |
| commit | 72f8b3205296e1242ff63061fb7a6770cd423609 (patch) | |
| tree | a6367a95d20ec35e7626f74cd826df5abff254d0 /test/data/snippets | |
| parent | f5e7915b54a4bdb21067ad82142751b542345969 (diff) | |
| download | puppet-72f8b3205296e1242ff63061fb7a6770cd423609.tar.gz puppet-72f8b3205296e1242ff63061fb7a6770cd423609.tar.xz puppet-72f8b3205296e1242ff63061fb7a6770cd423609.zip | |
Reworking the package tests. Now providers are tested individually
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1921 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/data/snippets')
| -rw-r--r-- | test/data/snippets/aliastest.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/snippets/aliastest.pp b/test/data/snippets/aliastest.pp index 2a8fc9cb9..f2b61592e 100644 --- a/test/data/snippets/aliastest.pp +++ b/test/data/snippets/aliastest.pp @@ -6,11 +6,11 @@ file { "a file": file { "another": path => "/tmp/aliastest2", ensure => file, - require => file["a file"] + require => File["a file"] } file { "a third": path => "/tmp/aliastest3", ensure => file, - require => file["/tmp/aliastest"] + require => File["/tmp/aliastest"] } |
