From 9bd69c4a7a1f19e4e1ab8d2dea37fbcda85522d1 Mon Sep 17 00:00:00 2001 From: ajax Date: Thu, 21 Sep 2006 18:15:41 +0000 Subject: Typo: As stood had "remove" for "remote" git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1647 980ebf18-57e1-0310-9a29-db15c13687c0 --- documentation/documentation/fsconfigref.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') 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, -- cgit