diff options
author | ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-21 18:15:41 +0000 |
---|---|---|
committer | ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-21 18:15:41 +0000 |
commit | 9bd69c4a7a1f19e4e1ab8d2dea37fbcda85522d1 (patch) | |
tree | b82650687c03bf78d23b92722659aac8083167b4 /documentation | |
parent | fcf16f77b2bab88a16ec18d1fedf7d730ea42613 (diff) | |
download | puppet-9bd69c4a7a1f19e4e1ab8d2dea37fbcda85522d1.tar.gz puppet-9bd69c4a7a1f19e4e1ab8d2dea37fbcda85522d1.tar.xz puppet-9bd69c4a7a1f19e4e1ab8d2dea37fbcda85522d1.zip |
Typo: As stood had "remove" for "remote"
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1647 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/documentation/fsconfigref.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/documentation/fsconfigref.page b/documentation/documentation/fsconfigref.page index 598676184..dca390cd8 100644 --- a/documentation/documentation/fsconfigref.page +++ b/documentation/documentation/fsconfigref.page @@ -11,7 +11,7 @@ serving function is provided as part of the central Puppet daemon, ``puppetmasterd``, and the client function is used through the ``source`` attribute of ``file`` objects: - # copy a remove file to /etc/sudoers + # copy a remote file to /etc/sudoers file { "/etc/sudoers": mode => 440, owner => root, |